⚠️ This project has once again sat for too long, and is getting archived.It will be revived once again as Paper Wars, having relocated the previously defunct attempt.
Some sort of turn-based grid battle game, to feature lots of customization, allowing players to build their own turn based strategy game.
This project is split into a multiple crates, each achieving one specific task:
battlefield-core
implements the game engine and core data structuresbattlefield-server
implements a server that exposes core functionality via a web APIbattlefield-web
implements a webapp frontend to the serverbattlefield-api
implements shared data types for communication between web and server
Additionally the maps
, modules
, and scenarios
include game runtime code and data files, which configure
the server with the components needed for the game engine.