readme added

This commit is contained in:
avinal
2020-08-28 00:18:43 +05:30
parent eba13eeab6
commit 15ab97c327
2 changed files with 5 additions and 1 deletions

View File

@@ -1,2 +1,6 @@
# The-Icosian-Game # The-Icosian-Game
Icosian Game developed in JACK programming language (Nand2Tetris) from scratch. Icosian Game developed in JACK programming language (Nand2Tetris) from scratch.
## The Gameplay
[The game play](images/icosian.gif)

View File

@@ -40,7 +40,7 @@ class SplashScreen {
do Output.println(); do Output.println();
do Output.printString(" Source Code is available at:-"); do Output.printString(" Source Code is available at:-");
do Output.println(); do Output.println();
do Output.printString(""); do Output.printString(" https://github.com/avinal/The-Icosian-Game");
do Output.println(); do Output.println();
do Output.printString(" Press any Key to Start ! "); do Output.printString(" Press any Key to Start ! ");
return; return;