From 4e95e849669f55759fc4ac7601f1373701cae14b Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 25 Jan 2018 18:32:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1e75b8..f973b82 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Tetris.js is very intuitive and easy to set up. Just download the repository or ## ToDo Currently, Tetris.js is a very minimalistic game with the smallest possible amount of features. There are many things I want to implement into the game in the future. A few of them are listed here: * Display the upcoming tile(s) -* Hold one tile and swap them with the current one -* Mobile optimization * Detect slow hardware to optimize performance * Distribute content of tetris.js to multiple classes * Multiplayer (network connection) * Display highscore * Global highscore ranking +* ~Hold one tile and swap them with the current one~ +* ~Mobile optimization~ * ~Cooler graphics of the tiles~ * ~Multiple themes?~ * ~Improve performance~