Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 693 Bytes

gore-and-ash-demo

The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.

Installation

  1. Install stack from the site;
  2. Install C dependencies:
    • SDL2
    • SDL2_ttf
    • zlib
    • OpenGL
  3. Run stack install from root directory of the repo;
  4. Start server gore-and-ash-demo-server --host 127.0.0.1 --port 5556;
  5. Start several clients with gore-and-ash-demo-client --host 127.0.0.1 --port 5556.

Screenshots

Screenshot 1

Screenshot 2