DrkSephy / Shogi

Implementation of Dobutsu Shogi using Minimax + Alpha-Beta pruning
http://drksephy.github.io/Shogi/
2 stars 1 forks source link

Implement game board on the client #1

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

The game board needs to be implemented on the client, which consists of setting up the grid (internally and visually) as well as initializing the state of the board using DOM elements.

DrkSephy commented 9 years ago

Internal board state implemented by commit df485a883930e46333d2dff09a8a59f3a24c3965.