Popularity
4.4
Declining
Activity
0.0
Stable
2
5
1

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Game     Gore    
Latest version: v2.0.0.0

gore-and-ash-demo alternatives and similar packages

Based on the "gore" category.
Alternatively, view gore-and-ash-demo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gore-and-ash-demo or a related project?

Add another 'gore' Package

README

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](screens/screenshot_001.png)

[Screenshot 2](screens/screenshot_002.png)