Stareater is a turn based 4X strategy game set in space. Play as a leader of a nation, research futuristic technologies, colonize other star systems, fight or negotiate with other leaders and solve the mysteries of a star eating creature. Previously known under Croatian name Zvjezdojedac, the project is primarily inspired by Master of Orion II: Battle at Antares but there are influences of the other games of the genre such as Master of Orion I & III, Ogame, Sword of the Stars and Space Empires 5. This project is a prototype meaning it's main objective is to implement and test the idea.
Although this is a C# project, builds can be run with Mono in both Linux and Mac OS.
This project is in pre-alpha state (not feature complete) but it is nearing feature completeness. Technically the game can be played already, baring missing content. What is implemented:
Missing features:
Instructions for Windows and debug configuration:
{Stareater}/tools/Tools.sln
{Stareater}
is repository root directory{Stareater}/scripts/gen_textures.bat
{Stareater}/build/
directory{Stareater}/source/Stareater.UI.WinForms/bin/Debug/
directory-root ../../../../build/
{Stareater}/scripts/copy_build_to_bin.bat
to copy files next to executable{Stareater}/source/Zvjezdojedac.sln
Stareater executable and it's source in {Stareater}/source/Stareater.UI.WinForms/
are licenced under GPLv3.
Following code is licenced under LGPL:
{Stareater}/source/Stareater.Core/
(Stareater core logic){Stareater}/source/Stareater.Maps.DefaultMap/
(default map generator){Stareater}/source/Stareater.Players.DefaultAI/
(default AI player){Stareater}/source/Zvjezdojedac editori/
(modding tools for v0.4){Stareater}/source/Zvjezdojedac/
(v0.4 game code){Stareater}/documentation/
(GUI mockups){Stareater}/tools/
(development helper tools)