Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 446 Bytes

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/'