# README
minesweeper-server
todo
global
- finish mines API
- write HTTP API
code quality
- refactor C-like parts with Go best practices
testing
- add mines tests for different field params (table driven tests?)
- convert tree234's TestSuite to unit tests
- describe existing tests and decompose
- separate tree234 and tree234's tests into different packages
- add benchmarks
misc
- add remaining tree234 functionality and tests from tree.c?
- move tree234 into a separate project? (publish?)