summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-03-10 16:41:31 +0100
committerYuchen Pei <me@ypei.me>2018-03-10 16:41:31 +0100
commit4ae42daaca0fb7c909f736997f227c51a48f6c7b (patch)
treeab824792910d38e3fd683cf2bb0bad3c4e27466e
parentaf9102218c26e97936ac8b13a5efccc5ec8ca163 (diff)
minor edits
-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).