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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of contents


About

This is my source-avaiable c++ game made with SDL library. As of today the game does not hava a proper name. Feel free to fork / modify / mod the game.

Target os:

  1. Windows
  2. Linux
  3. MacOS (???)

Installing

Build from source

Windows

dependencies

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

If you didn't install mingw32-make instead launch command flagged for Windows_NT from Makefile manually.

Linux - not a priority

Warning I am developing this game on Windows machine, so Makefile for Linux could be outdated (Last update 22.10.2024). Lower you can find tested packages for Debian. For other distros search for the packages in parentaccess.

  1. make
  2. libsdl2-dev (SDL2)
  3. libsdl2-image-dev (SDL2_image)
  4. libsdl2-ttf-dev (SDL2_ttf)

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

Then

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

MacOS

This project is SDL based so it should also work under OSX. As I do not own any Apple devices I won't be checking how to do it. You will need same dependencies as for linux, but I don't have a MakeFile for MacOS, so you are on your own.


Gallery

Not in-game footage just dev visualizations

iamge image image

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages