A feature-rich top-down shooter with tanks.
The SDL2 development libraries for SDL, SDL_ttf, SDL_mixer need to be installed. For Ubuntu 20.04, they can be installed using -
$ sudo apt install build-essentials libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev
Clone the repo and build the game
$ git clone https://github.com/saptarshi1234/AwesomeMazeGame.git
$ cd AwesomeMazeGame
$ make
The binary file can be found in output/main
- Itch.io for game textures.
- SoundBible for game sounds.
- GeeksForGeeks for socket programming tutorials.