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: 8 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T15:27:02.000Z (over 1 year ago)
- Last Synced: 2025-01-02T20:29:47.303Z (10 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

#### Play Screen

### 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
```