Flood-fill game for multiple players and AIs
git clone https://github.com/devanshk/MultiFlood/ && cd MultiFlood && npm install && npm start
- Build data structure to maintain gamestate and step in response to actions
- Build basic UI and human control
- Apply RL AIs to game
- Add multiplayer capability
- Train RL AIs against each other