RiledUpCrow / hexagon-engine

The engine for the hexagon game

Home Page:https://github.com/Co0sh/hexagon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexagon engine

This is the engine that will run the logic of the game. The plan is for each player to run this locally or in their own cloud. The engine will then connect to a proxy server so players can reach it from outside of their networks.

To install it you need to have Rust on your machine. Just clone the repository and use cargo run command inside. For now the engine sets up an HTTP server on port 8080.

About

The engine for the hexagon game

https://github.com/Co0sh/hexagon

License:MIT License


Languages

Language:Rust 96.2%Language:Dockerfile 3.8%