2022-11-10 21:24:49 +01:00
2022-08-07 11:50:01 +02:00
2022-07-23 14:24:08 +02:00
wip
2022-08-07 11:24:17 +02:00
2022-08-07 11:39:37 +02:00
wip
2022-11-10 21:24:49 +01:00
2022-08-07 11:50:01 +02:00
2022-08-07 11:28:19 +02:00
2021-12-21 12:55:27 +01:00
2021-12-24 19:28:46 +01:00
2021-12-24 22:21:05 +01:00
2022-07-25 21:50:55 +02:00
2021-12-30 09:52:07 +01:00
2022-07-24 22:53:41 +02:00
2022-08-07 11:37:17 +02:00
wip
2022-08-06 21:44:13 +02:00
wip
2022-08-06 21:44:13 +02:00

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

./core                          # run the server (high performance for data)
xdg-open https://localhost:3000 # open the game UI (browser UI for simplicity)

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

Description
To the End of The Universe (an space economy and diplomacy simulation game) - crystal implementation
Readme 272 KiB
Languages
Crystal 97.9%
Makefile 2.1%