Go to file
Nemo 9d17bf6b04 Initial commit 2018-01-28 03:34:20 +05:30
README.md Initial commit 2018-01-28 03:34:20 +05:30
sushigo.capnp Initial commit 2018-01-28 03:34:20 +05:30

README.md

boardgame2vec

An attempt at board game state space serialization. The basic assumption is that the board game is just a complicated state machine, with player playing moves that result in state transitions.

If you can serialize a board game, you can do cool stuff:

  1. Play it over the wire
  2. Record games played over time
  3. Learn patterns from previous games

This tries not to introduce players into the state itself, instead use markers to keep track of where everything is. Built using Cap'n Proto. The game rules themselves are not part of this.