core

Version, currently 0.11 version
  • 0.1latestJul 3, 2022

github.com/TETU-Game/Core

Space economy simulation game. Mirror for https://git.sceptique.eu/TETU/Core upstream

0 stars
0 dependents
License: GPLv3

Installation

# Add this to your shard.yml
dependencies:
  core:
    github: TETU-Game/Core
    version: ~> 0.1

Then run:

shards install

shard.yml

Crystal
1.2.1
License
GPLv3
Author
Arthur Poulet
Target
  • core from src/core.cr

Dependencies

Runtime Dependencies

  • imgui*github: oprypin/crystal-imgui
  • crsfml*github: oprypin/crsfml
  • entitas*github: spoved/entitas.cr
  • imgui-sfml*github: oprypin/crystal-imgui-sfml

README

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

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