Skip to content

BP Project of @aut-ce: A shoot 'em up game like River Raid written in C and SDL2

License

Notifications You must be signed in to change notification settings

Javad-Ak/Space-Dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Dance: RiverRaid-like game in C and SDL2

Description

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)

Table of Contents

Installation

  • 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

Gameplay

gameplay

Technologies

  • C
  • SDL2

License

Space Dance is licensed under the MIT License. You are free to modify and distribute the project according to the terms of the license.

About

BP Project of @aut-ce: A shoot 'em up game like River Raid written in C and SDL2

Resources

License

Stars

Watchers

Forks

Packages

No packages published