From 5ef3e8e9c55d392ea9feee8af28f98c69456d31f Mon Sep 17 00:00:00 2001 From: 0100 1011 0100 1111 0100 0100 Date: Sun, 18 Feb 2018 13:15:18 +0100 Subject: [PATCH] Add even more things to do --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 50b1048..b349b0a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Currently, Tetris.js is a very minimalistic game with the smallest possible amou * Global highscore ranking * Game Over Screen * Add more languages +* Add pause button in order to allow mobile users to pause the game +* Implement different color schemes +* Implement light/dark mode * ~Display the upcoming tile(s)~ * ~Distribute content of tetris.js to multiple classes~ * ~Hold one tile and swap them with the current one~