docs update.

This commit is contained in:
2026-02-09 17:38:20 -05:00
parent 336f61ec64
commit 5d1c547eaa
+13 -1
View File
@@ -11,7 +11,19 @@ considering players
X has 5 moves. X has 5 moves.
O has 4 moves. O has 4 moves.
Project is build as gradle root and child projects.
Gradle handles build and run of program using AspectJ Java runtime.
Build Environment:
JDK25,
Eclipse 4.38 with Gradle Buildship
AspectJ 1.9.25+
In Eclipse import project as an Gradle Project.
Tests with ASPECTJ: Tests with ASPECTJ:
on windows:
gradlew.bat run gradlew.bat run
( or ./gradlew run [on linux shell]) / or on linux:
sh ./gradlew run
AspectJ Referee component will call the Game plays. AspectJ Referee component will call the Game plays.