From 4ae42daaca0fb7c909f736997f227c51a48f6c7b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 10 Mar 2018 16:41:31 +0100 Subject: minor edits --- K/README.md | 2 +- README.md | 4 ++-- 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). -- cgit v1.2.3