An open API service indexing awesome lists of open source software.

https://github.com/eguven/mobai

mobai: simple moba inspired game engine
https://github.com/eguven/mobai

Last synced: over 1 year ago
JSON representation

mobai: simple moba inspired game engine

Awesome Lists containing this project

README

          

# MOBAI

A very simple moba inspired game engine intended to be used as a framework for
AI playground and bot training.

**Project is still in early development**, see [docs/](https://github.com/eguven/mobai/tree/master/docs) for documentation.

### Status

* engine: alpha
* runner: alpha
* server: pre-alpha

### Roadmap

* complete game server that can queue players, create and run games
* improve documentation
* engine improvements
* Map: complex, perhaps procedurally generated maps
* Map: 8-directional movement
* Units: More types of units
* Game: Some game progress mechanism (like gold/xp in MOBA games) and a way to make use of it
* other
* versioned serialization

https://github.com/eguven/mobai