Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 542 Bytes

File metadata and controls

17 lines (14 loc) · 542 Bytes

MultiFlood

Flood-fill game for multiple players and AIs

Quick Dev Setup

git clone https://github.com/devanshk/MultiFlood/ && cd MultiFlood && npm install && npm start

Build Plan

  1. Build data structure to maintain gamestate and step in response to actions
  2. Build basic UI and human control
  3. Apply RL AIs to game
  4. Add multiplayer capability
  5. Train RL AIs against each other

Where We Are At Right Now

Our Current Status