From c52da49debab251bb7a9b2a034d397fac212ab94 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 17 Feb 2018 19:53:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f973b82..a0691da 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Tetris.js is very intuitive and easy to set up. Just download the repository or 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) * Detect slow hardware to optimize performance -* Distribute content of tetris.js to multiple classes * Multiplayer (network connection) * Display highscore * Global highscore ranking +* ~Distribute content of tetris.js to multiple classes~ * ~Hold one tile and swap them with the current one~ * ~Mobile optimization~ * ~Cooler graphics of the tiles~