Skip to content

Tushar2023/2PlayerGame

 
 

Repository files navigation

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

About

ass2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%