sherwinp 133332a276 Doc update. Remove AspectJ component.
AspectJ reflection, and support not working on JDK-26 yet.
2026-05-02 13:09:49 -04:00
2026-02-09 17:11:22 -05:00
2026-02-05 10:51:59 -05:00
2026-04-25 12:42:49 -04:00
2026-02-06 13:14:36 -05:00
2026-02-05 15:03:28 -05:00
2026-02-07 19:41:02 -05:00
2026-04-25 12:42:49 -04:00
2026-02-05 11:06:46 -05:00
2026-02-07 19:41:02 -05:00
2026-02-06 13:14:36 -05:00

Tic-Tac-Toe is a two-player game played on a 3X3 grid
where players alternate placing 'X' or 'O' in an empty
space in the grid. The first player to lineup three marks
in a row, column, or diagonal wins. X goes first,
players alternate turns, and only one player can have
a winning line (or no one). If a player has won, the game
ends immediately, and no more moves can be made.

considering players
  3x3 = 9
      X has 5 moves.
      O has 4 moves.

Project is build as gradle root and child projects.
Gradle handles build and run of program using Java runtime.

Build Environment:
JDK26, 
VSCode with Edwin's Pack: Java
Or Eclipse 4.38 with Gradle Buildship

In Eclipse import project as an Gradle Project.

Tests :
       on windows:
           ./gradlew.bat edu.tictactoe:run

       / or on linux:
           sh ./gradlew edu.tictactoe:run
   Referee component will call the Game plays.
S
Description
No description provided
Readme GPL-3.0 45 KiB
Languages
Java 95.7%
AspectJ 4.3%