Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 925 Bytes

File metadata and controls

33 lines (26 loc) · 925 Bytes

ass2_cop290

Tushar Singla 2019CS10410

Pranay Gupta 2019CS10383

This is a two player racing game.

To run the game on your device enter the folder containing all the files and run the followng commands:

make ./game

This game will need the following libraries libraried installed on your device:

SDL2 SDL2_IMAGE SDL2_MIXER SDL2_TTF

To install these libraries on Ubuntu run the following command on the terminal:

sudo apt-get install libsdl2* sudo apt-get install libsdl2-image-dev sudo apt-get install libsdl2-mixer-dev sudo apt-get install libsdl2-ttf-dev

To install these libraries on Mac run the following command on the terinal:

brew install sdl2 brew install sdl2_image brew install sdl2_mixer brew install sdl2_ttf

Sources used to get the ideas -

https://lazyfoo.net/tutorials/SDL/index.php https://github.com/maciejspychala/sdl-game https://en.wikipedia.org/wiki/User:Dllu/Maze