Skip to content

nttams/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe

This is a dead simple version of tic tac toe game

  • It supports playing over HTTP only, the server must be started before any client can connect and start playing
  • The HTTP server is stateless, meaning it does not store any game status, it completely depends on data in client request, then provides move/win/lose state accordingly. Because of this, it can accept multiple client at the same time.
  • The HTTP client only has CLI interface

Vietnamese presentation: https://www.youtube.com/watch?v=Lf5qoGfaMd0
English presentation: https://www.youtube.com/watch?v=ayEs9_NbKI8

About

Dead simple HTTP server and client to play tic tac toe in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published