aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-09-12 16:51:03 +0200
committerJoop Kiefte <ikojba@gmail.com>2020-09-12 16:51:03 +0200
commitd6dfb7146bc208667c57d66816195333414a038d (patch)
tree02e692a4fbb5373fc50424b5be759ce6b4c847ae
parent38293b6d5df68eff2794576bb64f82c2715429b6 (diff)
Update the readmev0.2.0
-rw-r--r--README.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d1190b..b7f0ae0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,15 @@
-Work in progress
-================
+Command Line Tetris
+===================
-Goal: to have a super simple tetris game on the command line, and maybe more over time...
+## Working in v0.2.0:
+
+You can play a very simple game of Tetris. It doesn't have a Next box yet, nor a points system, and I am pretty sure
+that the Wall Kick system is not actually working yet, but even in this state it can be a lot of fun to play.
+
+## Plans for later versions
+
+- Implementing scores, levels, next box
+- Making these configurable from the command line
+- Probably moving all code to Raw mode (now only used for reading keys)
+- Colored pieces
+- Crazy stuff