✦ Stephan Wong
Home
C# Projects
React Apps
About
Resume
Tic-Tac-Toe
Current Player:
X
New Game
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