Converting TicTacToe C# Game To ASP.NET Core REST API
This project involves the conversion of a previously developed tic-tac-toe game, implemented in the C# programming language, into a RESTful API using the ASP.NET Core framework.
This project involves the conversion of a previously developed tic-tac-toe game, implemented in the C# programming language, into a RESTful API using the ASP.NET Core framework.
The Tic Tac Toe project is a practice project implemented in .NET and C#. It features a simple yet engaging game of Tic Tac Toe, where players take turns to place their symbol on a 3x3 grid. The Player class in the project keeps track of each player's username and symbol. The game logic ensures fair play and determines the winner or a draw.