To the End of The Universe (an space economy and diplomacy simulation game) - crystal implementation
Go to file
Arthur POULET 915e33d183
Fix food consumptions
2023-03-07 08:49:48 +01:00
adr Add ADR documentation 2023-03-05 11:32:46 +01:00
assets/800x600 add a basic ui with background galaxy 2021-12-24 12:11:07 +01:00
blueprints Fix mine blueprint, mine must not consumes chemicals 2023-03-05 12:41:58 +01:00
spec start fixing specs 2023-03-05 11:32:46 +01:00
src Fix food consumptions 2023-03-07 08:49:48 +01:00
.adr-dir Add ADR documentation 2023-03-05 11:32:46 +01:00
.drone.yml wip add drone 2023-03-05 11:35:36 +01: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 Remove entitas debug by default 2023-03-05 12:41:06 +01:00
README.md Remove entitas debug by default 2023-03-05 12:41:06 +01:00
configuration.yaml Prepare a Time system 2022-07-25 21:50:55 +02:00
shard.lock Improve some stuff and fix galaxy gen 2022-07-24 22:53:41 +02: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.

Build Status

Installation

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

# install dependencies first
make deps

# make an optimised build so it's fasteeer
make release

Usage

export LD_LIBRARY_PATH="$(pwd)/lib/imgui-sfml"
./core                          # run the server (high performance for data)

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

Particular mentions