Tic-Tac-Toe

Current Player: X

How this was built
  • Full server-side game logic in C#
  • Game state saved using Session
  • Each move is a POST request
  • Win detection handled on the server