Skip to content

shortstheory/rigel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rigel

A fun space shooter game written in C++ using the SFML API.

Installation

On Linux, just install the libsfml-dev package from the repositories. Then, compile the file rigel.cxx using the build command: g++ -Wall -Os -o rigel rigel.cxx -lsfml-graphics -lsfml-window -lsfml-system Then, run the game using

./rigel

More documentation regarding this project can be found in the documentation sub-folder.

About

A fun space-shooter game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages