martin-olivier / DoodleJump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++


Languages

Language:C++ 96.8%Language:CMake 3.2%