SPACE DANCE is a shoot'em up game similar to River Raid. It's written in C using SDL2.
This was the project of basic programming course at AmirKabir University of Technology (@AUT-CE)
Author : Mohammad Javad Akbari (Jan 2024)
- Install sdl2, sdl2-image, sdl2-ttf and sdl2-mixer. In linux simply run:
sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-image-dev
- Use cmake to run the project OR use Clion IDE.
cmake .
cmake --build . --target run
- C
- SDL2
Space Dance is licensed under the MIT License. You are free to modify and distribute the project according to the terms of the license.