boardgamers / gaia-engine

Javascript engine for project gaia
MIT License
13 stars 6 forks source link

Add basic AI #130

Closed coyotte508 closed 3 years ago

coyotte508 commented 6 years ago

I just added dropped players and engine.autoMove().

It would be nice to have a random AI that makes a random valid move. Maybe in availableCommands add a default value for each command, like 'build m 0x0' for a Build command. And the AI would pick a command at random and the default value for this command.