Skip to content

spacepal/Spacepal-Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacepal

Online version of Konquest game [in development]

Spacepal is a step-by-step game.

  • The main goal is to capture all the planets of the opponent and remain the last on the map
  • Each step player sends ships from one planet to another
  • Every planet has its own kill percentage and production number
  • Ships can:
    • capture the planet (in that way player get the planet)
    • land on the planet (if player is already the owner)
    • be destroyd by planet (if planet is stronger)
  • Each step there is a fear for every planet and fleet to be damaged by pirates
  • You can play with ouyr friends or any other people
  • No need to sign up, only type in the name

Requirements

The latest versions of

How to build

  • Get sources git clone https://github.com/spacepal/Spacepal.git
  • Goto project directory cd Spacepal
  • Configure environment ./configure.sh
  • Build make
  • See production folder