Skip to content

andersmarkendahl/satellit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

300 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satellit

Space arcade game written in C

Satellit Screenshot

Getting Started

Setup

cd satellit
source envsettings
satellit build
satellit start

To show full helptext:

satellit

Prerequisites

  • Resolution 1920x1080

Ubuntu (20.04, 18.04, 16.04 LTS):

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev \
  doxygen libconfig-dev libsdl2-mixer-dev libcunit1-dev graphviz

macOS (via Homebrew):

brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer libconfig cunit doxygen graphviz

Fedora (partially tested):

sudo yum install SDL2-devel SDL2_image-devel SDL2_ttf-devel \
  doxygen libconfig-devel SDL2_mixer-devel CUnit-devel

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Anders Markendahl - Initial work - Aoana

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Acknowledgments

Packages

 
 
 

Contributors