Mohsin-Ul-Islam / space-invaders

Implementation of classical Space Invaders game in C using SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot of a running game

Space Invaders

Implementation of a classical Space Invaders game in C using SDL2.

  1. Prerequisites
  2. Running the game
  3. References

Prerequisites

This project depends on SDL2. On linux systems, run the below command to install the necessary dependencies.

sudo apt install libsdl2-dev libsdl2-mixer-dev

Running the game

On linux systems, run the below command to start the game.

make run

References

All of the artwork has been picked up from the below sources.

  1. Audio
  2. Graphics

About

Implementation of classical Space Invaders game in C using SDL

License:MIT License


Languages

Language:C 97.8%Language:Makefile 2.2%