Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 458 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 458 Bytes

TicTacToe_Orleans

This project is a multiplayer Tic-Tac-Toe game powered by Orleans and built with .NET for the backend and Next.js for the frontend. It supports both player-vs-player and player-vs-computer modes, with the computer opponent utilizing the Minimax algorithm for decision-making. The project leverages Aspire to scaffold resources efficiently.The use of Orleans enables efficient, scalable handling of game state and multiplayer interactions.