Skip to content

The famous addictive game by Lima Sky rewritten in C++

Notifications You must be signed in to change notification settings

martin-olivier/DoodleJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doodle Jump

The famous addictive game by Lima Sky rewritten in C++

Example

Prerequirement

To build the game, you will need to install the SFML library:
https://www.sfml-dev.org/download/sfml/2.5.1/

You will also need cmake with a version upper or equal to 3.17

pip install cmake

Build

Enter the following commands to build the game:

cmake . -B build
cmake --build build

Usage

./DoodleJump

Legal

The source code in this repository is for non-commercial use only. If you use the source code you may not charge others for access to it or any derivative work thereof.

Doodle Jump® - Copyright © Lima Sky, LLC. All rights reserved.

All assets in this project are the property of Lima Sky, LLC.

Martin Olivier and any of others maintainers are in no way associated with or endorsed by Lima Sky, LLC.

About

The famous addictive game by Lima Sky rewritten in C++

Topics

Resources

Stars

Watchers

Forks