cartonush / Java-TicTacToe

regular tic tac toe game for local 2 players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

regular tic tac toe game for local 2 players

License:GNU General Public License v3.0


Languages

Language:Java 100.0%