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
- Host: GitHub
- URL: https://github.com/eguven/mobai
- Owner: eguven
- License: mit
- Created: 2016-10-09T23:40:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T00:06:20.000Z (over 9 years ago)
- Last Synced: 2025-02-07T03:42:33.242Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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