From f39564cfef9753f988d1d42881010d9e2148b261 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 21 Jan 2018 13:11:06 +0100 Subject: [PATCH 1/2] Complete themes and performance --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3b6bb4..ec51bd7 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,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: -* Cooler graphics of the tiles -* Multiple themes? * Display the upcoming tile(s) * Hold one tile and swap them with the current one * Mobile optimization * Detect slow hardware to optimize performance +* ~Cooler graphics of the tiles~ +* ~Multiple themes?~ +* ~Improve performance~ * ~Better layout of texts~ * ~Highscore saving~ * ~Title screen~ From c63f387d8afe16b2ef7375e9ca54d1844d0b4e4d Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 21 Jan 2018 13:37:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec51bd7..b1e75b8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Currently, Tetris.js is a very minimalistic game with the smallest possible amou * 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 * ~Cooler graphics of the tiles~ * ~Multiple themes?~ * ~Improve performance~