A Genius Tic-Tac-Toe implementation in Haskell (just for fun, to learn Haskell)
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
Fixed a bug in text format where proper current board was not being displayed
9e8a22cView on GitHubSeparated out code for getting valid move and fixed a bug in Genius where moves weren't being placed properly
a924f61View on GitHubImplemented custom show so that pieces print like real pieces
9a420eaView on GitHubReimplemented GeniusTicTacToe using Matrix and new TicTacToe implementation
a867803View on GitHub