This is a two player competitive game where you compete to collect coins from different location to buy a gun and kill the opponent. You can use services like food courts and yulu. The last man standing wins the game.
- Install SDL2 using sudo apt-get install libsdl2-dev
- Install SDL_Image for image rendering using sudo apt-get libsdl2-image-dev
- Install SDL_ttf for text rendering using sudo apt-get install libsdl2-ttf-dev
- Install SDL_mixer for audio using sudo apt-get install libsdl2-mixer-dev
- Clone the repository.
- Edit the main.cpp to put the IP address of the device hosting server.
- Run make after navigating to the Final Game folder of one device.
- Run command ./server.out on the same device to launch the game server.
- Run the command ./main.out on the same device to start the game for first player.
- Run make command similarly on another device and run the command ./main.out to join the game.
- Lazy foo productions for some implementations.
- Free stock images for sprites.
- Tiled and Pixilart