Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 246 Bytes

DT TicTacToe

Dependetly typed implementation of TicTacToe variants. All the engines are total and the rules of the game are enforced by the compiler.

Implementations

  • Simple: 9×9 Classic TicTacToe
  • NDim : N×N Grid TicTacToe