The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.
- Install
stackfrom the site; - Install C dependencies:
SDL2SDL2_ttfzlibOpenGL
- Run
stack installfrom 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.

