From 15ab97c327e2cd153e1e31aeaae3640cef2a907d Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Fri, 28 Aug 2020 00:18:43 +0530 Subject: [PATCH] readme added --- README.md | 4 ++++ src/SplashScreen.jack | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;