A "Doodle Jump" clone game.
Go to file
King_DuckZ af4f16a6d6 New files merged from dev weren't using the new a_pure macro yet. 2014-08-25 17:44:13 +02:00
cmake/include Add target architecture detection in cmake and pass -msse3 to the compiler for x86_64 targets. 2014-08-25 17:32:48 +02:00
docs New docs directory 2014-03-21 23:01:45 +01:00
lib Import of the tree library. 2014-07-10 21:56:05 +02:00
resources/graphics Grayscale png are not supported, this is rgb32 instead. 2014-03-28 10:52:17 +01:00
src New files merged from dev weren't using the new a_pure macro yet. 2014-08-25 17:44:13 +02:00
.gitignore gitignore updated 2014-03-21 23:00:54 +01:00
CMakeLists.txt Add target architecture detection in cmake and pass -msse3 to the compiler for x86_64 targets. 2014-08-25 17:32:48 +02:00
COPYING GPLv3 license. 2014-02-25 14:17:09 +01:00
README.md README updated. 2014-07-10 21:56:05 +02:00

README.md

#CloonelJump ##Description 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.

##Requirements ###Platforms CloonelJump is being developed on 64 bit Linux. At the moment that's the only supported platforms, but in the future it will be ported to SailfishOS and Android. ###Dependencies At the moment, CloonelJump needs the following libraries to run:

  • libPNG
  • SDL2
  • Boost

Additionally, to build it you will need cmake.

##Building Run cmake to generate the project for your platform. For debug builds using ninja I run:

cd ~
mkdir cloonel_build
cd cloonel_build
cmake -DCMAKE_BUILD_TYPE=Debug -GNinja <path_to_the_source>
ninja

Replace Debug with Release for a Release build, and omit the -G parameter to use the default generator on your platform, if you don't use ninja.

##Contact If you want to talk to me, you can find me on IRC Freenode most of the time as King_DuckZ