From 5d1c547eaab21705a65b3ec04a8e3f15fec74c25 Mon Sep 17 00:00:00 2001 From: Sherwin Price Date: Mon, 9 Feb 2026 17:38:20 -0500 Subject: [PATCH] docs update. --- readme.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 59a9d07..1b57388 100644 --- a/readme.txt +++ b/readme.txt @@ -11,7 +11,19 @@ considering players 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 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: + on windows: gradlew.bat run - ( or ./gradlew run [on linux shell]) - AspectJ Referee component will call the Game plays. \ No newline at end of file + / or on linux: + sh ./gradlew run + AspectJ Referee component will call the Game plays.