Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/william1nguyen/sdl2-jetpack-joyride
Jetpack Joyride game using C++ with SDL2
https://github.com/william1nguyen/sdl2-jetpack-joyride
cplusplus game sdl2
Last synced: 5 days ago
JSON representation
Jetpack Joyride game using C++ with SDL2
- Host: GitHub
- URL: https://github.com/william1nguyen/sdl2-jetpack-joyride
- Owner: william1nguyen
- Created: 2022-05-02T01:57:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T15:27:02.000Z (7 months ago)
- Last Synced: 2024-08-01T20:45:52.739Z (3 months ago)
- Topics: cplusplus, game, sdl2
- Language: C++
- Homepage:
- Size: 28.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jetpack joyride
#### Main Screen
![alt text](demo/image.png)#### Play Screen
![alt text](demo/image-1.png)### Architectures
- IDE: Codeblocks 20.03
- Libraries : SDL2 SDL2_image SDL2_ttf SDL2_mixer### How to play ?
- Try to avoid all obstacles and run as long as possible.Shortcuts:
- space : jump
- p : stop the game, every game states are stored in a txt file.
- c : continue the game, and load the game states.
- r : restart
- q : quit### How to run the project
- Clone the project
```
$ git clone https://github.com/natalieconan/jetpack-joyride.git
```- Install and setup SDL Libraries.
- Goto `source/` directory and run the main programme.
```
$ g++ main.cpp -o main && ./main
```