The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.
- Install
stack
from the site; - Install C dependencies:
SDL2
SDL2_ttf
zlib
OpenGL
- Run
stack install
from root directory of the repo; - Start server
gore-and-ash-demo-server --host 127.0.0.1 --port 5556
; - Start several clients with
gore-and-ash-demo-client --host 127.0.0.1 --port 5556
.