To the End of The Universe (an space economy and diplomacy simulation game) - crystal implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Arthur POULET 915e33d183
Fix food consumptions
2 weeks ago
adr Add ADR documentation 3 weeks ago
assets/800x600 add a basic ui with background galaxy 1 year ago
blueprints Fix mine blueprint, mine must not consumes chemicals 3 weeks ago
spec start fixing specs 3 weeks ago
src Fix food consumptions 2 weeks ago
.adr-dir Add ADR documentation 3 weeks ago
.drone.yml wip add drone 3 weeks ago
.editorconfig init base 1 year ago
.env add basic render 1 year ago
.gitignore improve main ui stars 1 year ago
LICENSE Update 'LICENSE' 1 year ago
Makefile Remove entitas debug by default 3 weeks ago
README.md Remove entitas debug by default 3 weeks ago
configuration.yaml Prepare a Time system 8 months ago
shard.lock Improve some stuff and fix galaxy gen 8 months ago
shard.yml add a basic ui with background galaxy 1 year ago

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