Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammychinedu2ky/tictactoe-orleans

A multiplayer Tic-tac-toe game in Orleans implementing the Minimax Algorithm and multiplayer scenarios
https://github.com/sammychinedu2ky/tictactoe-orleans

Last synced: about 14 hours ago
JSON representation

A multiplayer Tic-tac-toe game in Orleans implementing the Minimax Algorithm and multiplayer scenarios

Awesome Lists containing this project

README

        

# 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.