mirror of
https://github.com/avinal/The-Icosian-Game.git
synced 2026-01-09 22:08:33 +05:30
readme added
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user