Popularity
4.3
Declining
Activity
0.0
Stable
2
5
1
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
gore-and-ash-async
DISCONTINUED. Core module for Gore&Ash engine that embeds async IO actions into game loop.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of gore-and-ash-demo or a related project?
README
gore-and-ash-demo
The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.
Installation
- 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
.
Screenshots
[Screenshot 1](screens/screenshot_001.png)
[Screenshot 2](screens/screenshot_002.png)