To the End of The Universe (an space economy and diplomacy simulation game) - crystal implementation
adr | ||
assets/800x600 | ||
blueprints | ||
graphql | ||
spec | ||
src | ||
.adr-dir | ||
.drone.yml | ||
.editorconfig | ||
.env | ||
.gitignore | ||
configuration.yaml | ||
LICENSE | ||
Makefile | ||
README.md | ||
shard.lock | ||
shard.yml |
TETU Core
A strategy & simulation game in space, inspired by Stellaris PDX.
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
- See the wiki for documentation: https://git.sceptique.eu/TETU/Core/wiki.
- See the current kanban for current WIP: https://git.sceptique.eu/TETU/Core/projects.
- Come talk on IRC: irc://irc.sceptique.eu:6697#TETU.
Contributing
- Fork it (https://git.sceptique.eu/TETU/Core/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Arthur Poulet - creator and maintainer.
Particular mentions
- Thanks to kalinon for his work and support of https://github.com/spoved/entitas.cr.