Skip to content

It will be a game where a space ship will fight enemy AI ships.The game is written in C++ and for rendering,graphics,etc. SFML is used whose documentation can be found on https://sfml-dev.org.

Notifications You must be signed in to change notification settings

C0ffeeMachine/space_ranger-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

space_ranger-game

It will be a game where a space ship will fight enemy AI ships.The game is written in C++ and for rendering,graphics,etc. SFML is used whose documentation can be found on https://sfml-dev.org.

How to setup SFML?

To setup SFML on Linux: https://www.sfml-dev.org/tutorials/2.5/start-linux.php

To setup SFML on Windows: https://www.sfml-dev.org/tutorials/2.5/start-cb.php

To compile and run from terminal use:

g++ 1_FirstProg.cpp -o 1_FirstProg -lsfml-graphics -lsfml-window -lsfml-system

./1_FirstProg

or Run run.sh from terminal

About

It will be a game where a space ship will fight enemy AI ships.The game is written in C++ and for rendering,graphics,etc. SFML is used whose documentation can be found on https://sfml-dev.org.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published