All Projects → signus-game → signus

signus-game / signus

Licence: GPL-2.0 license
Signus: The Artefact Wars. Czech turn-based strategy game similar to Battle Isle series

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
M4
1887 projects

Projects that are alternatives of or similar to signus

Wesnoth
An open source, turn-based strategy game with a high fantasy theme.
Stars: ✭ 3,488 (+6359.26%)
Mutual labels:  strategy-game, turn-based-strategy
Commander Wars
The aim of this project is to create an Advance Wars Clone with a lot of additions customizations and modding support. For Contact Inforamtion see the wiki page. Take a view on the game.
Stars: ✭ 89 (+64.81%)
Mutual labels:  turn-based, turn-based-strategy
Singularity
A simulation of a true AI. Survive, grow, and learn.
Stars: ✭ 210 (+288.89%)
Mutual labels:  strategy-game
creep-tasks
Screeps plugin for a flexible method of controlling creep actions
Stars: ✭ 45 (-16.67%)
Mutual labels:  strategy-game
skoleni-python
Materiály pro školení Základy Pythonu 3.
Stars: ✭ 23 (-57.41%)
Mutual labels:  czech
gophers-and-dragons
Rogue-like game for Go programmers.
Stars: ✭ 42 (-22.22%)
Mutual labels:  turn-based
asylamba-game
Jeu de stratégie spatial en ligne multi-joueur.
Stars: ✭ 21 (-61.11%)
Mutual labels:  strategy-game
Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (+283.33%)
Mutual labels:  strategy-game
mc2
Mech Commander 2 open source engine + OpenGL Linux port
Stars: ✭ 96 (+77.78%)
Mutual labels:  strategy-game
rapid-arrows-font
OTF comic font
Stars: ✭ 30 (-44.44%)
Mutual labels:  czech
goblins-game-gd
Turn based strategy game made with Godot Engine.
Stars: ✭ 68 (+25.93%)
Mutual labels:  turn-based
czech.h
The czech library for C. Why? Because we could, of course!
Stars: ✭ 58 (+7.41%)
Mutual labels:  czech
On-The-Roadside
A turn-based ASCII strategy game.
Stars: ✭ 21 (-61.11%)
Mutual labels:  turn-based
troll-hunter
Trollhunter is a single-player roguelike game.
Stars: ✭ 28 (-48.15%)
Mutual labels:  turn-based
rise-of-legions
Rise of Legions is a hybrid of MOBA, tower defense and deckbuilding - with fast-paced, easy-to-pickup tug-of-war strategy. Play solo or bring a friend for co-op or 2v2, collect cards, build your deck and crush your enemies.
Stars: ✭ 105 (+94.44%)
Mutual labels:  strategy-game
Corsixth
Open source clone of Theme Hospital
Stars: ✭ 2,481 (+4494.44%)
Mutual labels:  strategy-game
Boardgame.io
State Management and Multiplayer Networking for Turn-Based Games
Stars: ✭ 8,924 (+16425.93%)
Mutual labels:  turn-based
boardgame.io-angular
Angular client for boardgame.io
Stars: ✭ 52 (-3.7%)
Mutual labels:  turn-based
imperialism-remake
Imperialism remake
Stars: ✭ 45 (-16.67%)
Mutual labels:  turn-based
czech-coder-xkb
Linux xkb keyboard layout for coders who need to write Czech.
Stars: ✭ 51 (-5.56%)
Mutual labels:  czech

Signus: The Artefact Wars

Classic turn-based strategy war game similar to the old Battle Isle series. Commercially released in 1998, open-sourced by the original authors in 2002.

Earth sent a fleet of colony ships to a distant planet called Arkonis. When the fleet arrived, they found the planet inhabited by an alien race andvanced beyond human comprehension. All attempts to communicate with the aliens failed and the colonists had no choice but to settle down on the planet. Their ships could not make another interplanetary journey. So they attacked the peaceful aliens.

The war was short and one-sided. The aliens couldn't understand the concept of war or surrender and soon their entire race perished. Large areas of the planet were left uninhabitable for thousands of years due to radiation. When the colonists realized that there is nobody left to surrender, they landed on the planet and built a settlement.

A thousand years later, nobody remembers the Earth, aliens or the genocide. The human civilization on Arkonis just barely reached the technology level allowing space flight again and rediscovered the abandoned colonization fleet in orbit. When they learned of their early history from ancient records, six large companies founded the Consortium to explore the uninhabitable areas and search for alien artifacts. Toricon Corporation, the largest company on Arkonis, pushed for a ban on this exploration in the Planetary Council and created the Signus special forces to stop it at all costs. Arkonis is now on the brink of war between two corporate superpowers.

Good luck, commander, Signus is at your command.

Dependencies

  • libSDL 2.0.5
  • SDL2_mixer (built with libmikmod for music playback)
  • SDL2_ttf
  • SDL2_image
  • libvorbis
  • libjpeg
  • libpng

Installation

Clone this repository and build both signus and signus-data subdirectiories:

cd signus
./bootstrap
./configure
make
make install

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

Controls

  • Left mouse button: Select unit, give orders
  • Right mouse button: Change unit action

Note that some actions are only available on certain map fields. For example, you must hover mouse over a unit to select the rearm/refuel action.

  • F1: Reserve time units for 1 shot
  • F2: Reserve time units for 2 shots
  • F3: Reserve time units for 3 shots
  • F5: Open load game dialog
  • F6: Open save game dialog
  • F10: Open in-game menu
  • Tab: Switch to next weapon
  • Alt+Enter: Toggle fullscreen mode (scaled to current desktop resolution)
  • C: Center screen on selected unit
  • D: Toggle unit status bars
  • E: End turn
  • I: Open unit description
  • M: Mark current unit as finished until the end of turn and select next unfinished unit
  • N: Select next unit
  • 1: Change action to unit selection
  • 2: Change action to movement
  • 3: Change action to attack
  • 4: Change action to unit special
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].