diff --git a/README.md b/README.md index a2c7bbd..6033dba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # The-Icosian-Game Icosian Game developed in JACK programming language (Nand2Tetris) from scratch. + +## The Gameplay +[The game play](images/icosian.gif) + diff --git a/src/SplashScreen.jack b/src/SplashScreen.jack index 2dee914..e54a9c4 100644 --- a/src/SplashScreen.jack +++ b/src/SplashScreen.jack @@ -40,7 +40,7 @@ class SplashScreen { do Output.println(); do Output.printString(" Source Code is available at:-"); do Output.println(); - do Output.printString(""); + do Output.printString(" https://github.com/avinal/The-Icosian-Game"); do Output.println(); do Output.printString(" Press any Key to Start ! "); return;