Description
Demonstration game for Gore&Ash game engine.
Description
Please see README.md
README.md
gore-and-ash-demo
The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.
Installation
- Install
stack
from stackage.net; - Run
stack install
from root directory of the repo; - Start server
gore-and-ash-demo 0.0.0.0 5556
; - Start several clients with
gore-and-ash-client localhost 5556
.