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.
|
2 days ago | |
---|---|---|
assets/800x600 | 6 months ago | |
blueprints | 2 days ago | |
spec | 6 months ago | |
src | 2 days ago | |
.editorconfig | 6 months ago | |
.env | 6 months ago | |
.gitignore | 6 months ago | |
LICENSE | 6 months ago | |
Makefile | 5 days ago | |
README.md | 5 days ago | |
configuration.yaml | 2 days ago | |
shard.lock | 6 months ago | |
shard.yml | 6 months ago |
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
- See the wiki https://git.sceptique.eu/TETU/Core/wiki.
- See the current kanban: https://git.sceptique.eu/TETU/Core/projects/10
- Come talk on IRC irc://irc.sceptique.eu#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