This is a simulation of the excellent Android/PC game Gladiabots. It's the only game I play on my phone :-)
I created this for the purpose of helping me test retreatment scenarios and help me build better AIs within the game and also it's given me a chance to play with React + Mobx.
"Gladiabots is a tactical game in which you create the AI of your robots. Craft your battle squad behavior carefully before sending it in this online competition for the title."
Go and buy the game now: https://gfx47.itch.io/gladiabots
Try out the simulation here:
https://cmrichards.github.io/glad_simulation/
To install:
- Install yarn
- cd [folder]
- yarn
To run:
- cd [folder]
- yarn start
This project was bootstrapped with Create React App.