aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-07 13:12:33 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-07 13:12:33 +1300
commit0ef110019cce93475b74ea27d5e7d739b206a92e (patch)
tree1b99e365a613ea1266eaa2dd076c3b45561f9254
parent2d03cd7de5e9347fb7b3ad16928947f639d954bc (diff)
downloadtetris-0ef110019cce93475b74ea27d5e7d739b206a92e.tar.xz
Misc readme changes
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 819ea8a..9b6e096 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
What?
=====
Tetris.
-Very buggy Tetris, mainly due to its lack of wall kick.
+Very buggy Tetris, mainly due to its lack of proper wall kicks.
-Why?
+But why?
====
-One afternoon, I thought "Hey I'll write an AI to play Tetris!"
+One afternoon, I thought I'd write an AI to play Tetris.
I assumed I could knock Tetris up in a few minutes, but it ended up taking
longer than I expected.