Skip to content

nomisRev/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe Build Status

Work in progress

To run and play run stack build && stack exec tictactoe-exe from terminal.

Test can be run with stack test.

TODOs (What is not there or not working yet)

  • Finishing the game: deciding draw or winner. (Winning logic is implemented but not wired properly yet)
  • Bug: seems to be something wrong with PositionTaken logic.
  • Make game configurable and change logic accordingly.
  • Clean up imports as described here
  • Wire up in backend with Servant
  • Add persistance using persistent

About

Tic tac toe implementation in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors