1
0
Fork 0
mirror of https://github.com/eXpl0it3r/Jumpy.git synced 2026-01-01 11:03:01 +00:00
A clone of the famous Doodle Jump game. Initially created for the SCC (SFML Community Contest) in the German SFML forum
Find a file
2024-08-05 13:41:32 +02:00
.github/workflows Update GitHub Actions images 2024-08-05 13:16:08 +02:00
bin/res Fix typo in the README 2023-02-11 00:24:51 +01:00
include Fix typo in the README 2023-02-11 00:24:51 +01:00
src Fix typo in the README 2023-02-11 00:24:51 +01:00
.gitignore Fix typo in the README 2023-02-11 00:24:51 +01:00
CMakeLists.txt Hide console on Windows 2024-08-05 13:41:32 +02:00
LICENSE Use non-deprecated FetchContent option 2024-08-05 13:17:04 +02:00
README.md Fix typo in the README 2023-02-11 00:24:51 +01:00

Jumpy

Description

Jumpy is a clone of the well-known Doodle Jump game created by Lima Sky and originally developed for iOS but in the meantime also ported to Android. The first version of Jumpy, back then it had the name 'Doodle Jumpy', was released for the 19th SCC (SFML Community Contest) of the German speaking SFML community. Within this one year my skills with C++ and SFML have greatly advanced and SFML itself has undergone big changes, which led me to refactor the game and I've now come to a state where the new version is fully playable. In the future I'll keep refactoring and cleaning up the codebase, perhaps even adding new features.

image

Credits

With the refactoring I've introduced the SmallGameEngine into the game, it's heavily based on the 'Managing Game States in C++' tutorial by Anthony Lewis, so a big thanks to him for that tutorial.
And obviously the biggest thank you goes to Laurent, for his awesomeness in constantly developing and maintaining one of the best C++ libraries.