/Java-TicTacToe

regular tic tac toe game for local 2 players

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Creator

Project Title

A brief description of what this project does and who it's for

Screenshots

none

🔗 Links

discord

Features

  • Interactive Gameplay: Players take turns placing their marks ('X' or 'O') on a 3x3 grid.

  • Win Detection: The program checks for win conditions after each move, declaring the winner if a player achieves three marks in a row, column, or diagonal.

  • Input Validation: Validations ensure that players enter moves within the grid bounds and that cells are not already occupied.

  • Dynamic Board Display: After each move, the current board state is displayed, showing the positions of 'X's and 'O's.

  • Player Alternation: Turns alternate between 'X' and 'O' until the game ends.

Feedback & Support

If you have any feedback or Issue, please reach out to us at cartonush@gmail.com

License

GNU GPLv3