joaocba / tic-tac-toe

Tic Tac Toe game in C# part of learning .NET (Citeforma UFCD 9372-3935)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Game (Jogo do Galo)

๐ŸŽฎ Welcome to the Tic Tac Toe game! ๐ŸŽฎ

This project was developed as the final assignment for UFCD 3935 "Learning C#", serving as an introductory exercise to the language.

How to Play

  1. ๐Ÿš€ Clone this repository to your local machine.
  2. ๐Ÿ› ๏ธ Open the project using Visual Studio or your preferred C# development environment.
  3. ๐ŸŽฒ Compile and run the program.
  4. ๐Ÿ“œ Follow the instructions in the console to play the game.

Features

  • New Game: Start a new Tic Tac Toe game.
  • View Highscores: Check out the top 10 players with the most victories.
  • Change Difficulty Level: Tailor the challenge by adjusting the board size.
  • Exit: Leave the game whenever you want.

Code Structure

  • ๐Ÿ“ The code is neatly organized into different methods, ensuring clarity and ease of maintenance.
  • ๐Ÿ† There's a JogadorVencedor class to keep track of winners and their victories.

How to Contribute

  • ๐Ÿค Contributions are always welcome! Feel free to open an issue or send a pull request.

๐ŸŽ‰ Enjoy the game and have fun! ๐ŸŽ‰

About

Tic Tac Toe game in C# part of learning .NET (Citeforma UFCD 9372-3935)


Languages

Language:C# 100.0%