Skip to content

Source-avaiable Space Invaders style game built with c++

License

Notifications You must be signed in to change notification settings

M1chol/SpaceGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Game SDL Project

This is my source-avaiable c++ game made with SDL library. Feel free to fork / modify / mod the game. Selling the game is prohibited as stated in license.

all license files available in /legal
documentation avaiable in /doc

Target os:

  1. Windows
  2. Linux

Installing

For windows simply download lates release

Build from source
Windows dependencies

  • MinGW
  • mingw32-make (optional)
git clone https://github.com/M1chol/SpaceGame
cd SpaceGame
mingw32-make.exe

If you didn't install mingw32-make instead launch command from Makefile manually

Linux dependencies

  1. git
  2. make
  3. SDL2
  4. SDL2_image

Start by installing SDL for your system. You can use package menager or build from surce. You will also need SDL2_image

Arch sudo pacman -S sdl2 sdl2_image
Ubuntu sudo apt-get install libsdl2 libsdl2-image (NOT TESTED)
Then

git clone https://github.com/M1chol/SpaceGame
cd SpaceGame
make

About

Source-avaiable Space Invaders style game built with c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages