From 7192f4711467ae73a0f813189f8a4d8cca252bf1 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 8 Jan 2019 13:27:00 +0100 Subject: [PATCH] Add roadmap on TODO file --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 52fb8bbf..cbe32853 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +1) Finish problems tab +2) Integrate computer play into rules tab +3) Retrieve users system from old code +4) Allow correspondance play (no need for P2P: online moves through the server (which also store them)) +5) Write my-games tab (included current/finished/imported) + Use Dexie.js, or anything to store games locally +5) Write room tab + Use this: https://github.com/feross/simple-peer for online games+challenges+chat +6) Test... and publish + Finish rules translation in Spanish + improve existing ones Design: final touch (gain extra space on top, using space on the right) Crazyhouse: center reserves, grey if zero available, numbers superimposed -- 2.44.0