The UI should:
- start out at the standard initial position
- show the user a list of legal moves
- allow them to select a move and update the position to reflect it
- show the number of games that have reached the current position
- show a list of games that reached the current position, limiting length
- show the win/draw/lose percentages for the games that reached this position
This will be an HTML interface, possibly with light JS.