Skip to content

A 2D game similar to Jetpack Joyride built in C++ using OpenGL

Notifications You must be signed in to change notification settings

Amogha027/Jetpack-Joyride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name : Amogha A Halhalli

Roll No. : 2021101007


GAME: Jetpack Joyride

Running the game :

From the folder containing all the files, run

mkdir build; cd build

followed by

cmake ..; make; ./app

Notes:

All the textures are stored in './src/textures/'
All the vertex shaders and fragment shaders are stores in './src/shaders/'
The font required for text rendering is stored in './src/fonts/'

About

A 2D game similar to Jetpack Joyride built in C++ using OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published