From 3a414ad5b11a0d50f6455fbc583e6c8dc9a8476e Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 12 Jan 2018 19:20:50 +0100 Subject: [PATCH 1/2] Update ToDo list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7782642..222d4fd 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ Currently, Tetris.js is a very minimalistic game with the smallest possible amou * Highscore saving * Cooler graphics of the tiles * Multiple themes? -* Show the grid of the little blocks * Display the upcoming tile(s) * Hold one tile and swap them with the current one * Better layout of texts +* Mobile optimization +* Detect slow hardware to optimize performance * ~Title screen~ * ~Multi-language support~ * ~Better controls (WASD + Arrow keys for moving?, Q+E for rotating?, F for swapping with the currently holded tile?)~ * ~Pause the game~ * ~Menu to reset a running game~ +* ~Show the grid of the little blocks~ * much more... From 760f92aa7813b1001f3a561143d38e077c11d395 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 12 Jan 2018 19:20:57 +0100 Subject: [PATCH 2/2] Update ToDo list