Skip to content

grisu48/signus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

Signus

Clone of Signus: the Artefact Wars. The Artefact Wars is a highly-playable turn-based strategy game with 19 long missions, lots of precisely designed units and very good AI.

Requirements

openSUSE

zypper in libSDL-devel libSDL_mixer-devel libvorbis-devel libSDL_ttf-devel

Building

Default autotools installation of signus-data and signus

First build the data directory

cd signus-data
./bootstrap
./configure
make -j4
sudo make install

Then build signus itself

cd signus
./bootstrap
./configure
make -j4
sudo make install

Have a lot of fun!

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • C 7.5%
  • Shell 2.8%
  • HTML 1.3%
  • Objective-C 0.8%
  • Makefile 0.6%
  • Other 0.1%