summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--K/README.md2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/K/README.md b/K/README.md
index 0130662..a1da615 100644
--- a/K/README.md
+++ b/K/README.md
@@ -1,4 +1,4 @@
-K is a clone of 2048. Instead of aiming for the 11th power of 2, the goal of this game is to reach the 11th letter in the alphabet, which is 'K'.
+K is a clone of the 2048 video game. Instead of aiming for the 11th power of 2, the goal of this game is to reach the 11th letter in the alphabet, which is 'K'.
Written in Jack, a minimal OOP language created by creators of the [Nand2Tetris course](http://nand2tetris.org).
Controls:
diff --git a/README.md b/README.md
index be851dd..072c17d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-My coursework for the [Nand2Tetris Course](http://nand2tetris.org/).
-Of these files my work is licensed under GPLv2+.
+My coursework for the [Nand2Tetris Course](http://nand2tetris.org/), including a 2048 clone written in the Jack language and Haskell implementation of the Hack assembler, Jack Compiler and VM Translator
+Of these files my work is licensed under GPLv3+.
File descriptions:
- `asms`: The Hack assembly programs in [Project 4](http://nand2tetris.org/04.php).