To the End of The Universe (an space economy and diplomacy simulation game) - crystal implementation
Go to file
Arthur POULET 7905d9ad62
Empire: add empire, primitive planets, and 'player self'
2022-07-03 12:34:10 +02:00
assets/800x600 add a basic ui with background galaxy 2021-12-24 12:11:07 +01:00
blueprints Add new infrastructure construction 2022-06-29 00:08:56 +02:00
spec init base 2021-12-21 12:55:27 +01:00
src Empire: add empire, primitive planets, and 'player self' 2022-07-03 12:34:10 +02:00
.editorconfig init base 2021-12-21 12:55:27 +01:00
.env add basic render 2021-12-24 19:28:46 +01:00
.gitignore improve main ui stars 2021-12-24 22:21:05 +01:00
LICENSE Update 'LICENSE' 2021-12-30 09:52:07 +01:00
Makefile Restructure files to prepare views systems 2022-06-26 19:08:59 +02:00
README.md Update REAMDE 2022-06-26 16:07:48 +02:00
configuration.yaml Empire: add empire, primitive planets, and 'player self' 2022-07-03 12:34:10 +02:00
shard.lock add a basic ui with background galaxy 2021-12-24 12:11:07 +01:00
shard.yml add a basic ui with background galaxy 2021-12-24 12:11:07 +01:00

README.md

TETU Core

A strategy & simulation game in space, inspired by Stellaris PDX

Installation

Install git, sfml, crystal, make, imgui (imgui-sfml with archlinux).

make deps
export LD_LIBRARY_PATH="$(pwd)/cimgui"
make release
export LD_LIBRARY_PATH="$(pwd)/lib/imgui-sfml"
./core

Usage

make run

Development

Contributing

  1. Fork it (https://git.sceptique.eu/TETU/Core/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors