Skip to content

jcoder39/Dangerous-Orbit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 

Dangerous Orbit

2D space shooter. It is a demonstration project of Quasura

Dependencies

  • C++ 17;
  • cmake 3.11;
  • SFML(tested on SFML 2.5.1);
  • Quasura;

Building

  • Binaries

Windows, Linux

  • Windows.

using Developer Command Prompt for VS 2017:

git clone https://github.com/jcoder39/Dangerous-Orbit.git
cd DangerousOrbit
git submodule update --init --recursive
git submodule update --remote

add #define _HAS_AUTO_PTR_ETC 1 to external\SFML\src\SFML\Audio\AudioDevice.cpp before any includings.

mkdir build
cd build
cmake -DSFML_USE_STATIC_STD_LIBS=TRUE -DBUILD_SHARED_LIBS=FALSE -G "NMake Makefiles" ..
nmake
.\DangerousOrbit
  • Linux:

git clone https://github.com/jcoder39/Dangerous-Orbit.git
cd DangerousOrbit
git submodule update --init --recursive
git submodule update --remote
mkdir build
cd build
cmake ..
make
./DangerousOrbit

Game graphics

alien ship asteroids explosions

License

GPL v3. See COPYING for the GNU GENERAL PUBLIC LICENSE

About

2D space shooter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published