From b397fc2d7db32699c4a512a3db04195b216ed13a Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 13 May 2014 11:49:51 +0200 Subject: [PATCH] Added a readme file --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..d6daa96 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +CloonelJump is an open source clone of the more popular Doodle Jump. +In this SDL/C++ game the player has to continously jump over platforms and +climb to the top in a never-ending scenario. Platforms that scroll down past +the bottom of the screen will disappear, meaning that missing a jump and falling +to the bottom of the screen leads to the character's death and player's game +over. +Climb up as much as you can to make the highest record.