Categorygithub.com/vancomm/minesweeper-server
repositorypackage
0.1.8
Repository: https://github.com/vancomm/minesweeper-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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?)