ShinKage / DT-TicTacToe

Dependently typed TicTacToe engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dependently typed TicTacToe engines

License:MIT License


Languages

Language:Idris 100.0%