From 8401c609b56151211d8838fead6ed820e8821df4 Mon Sep 17 00:00:00 2001 From: Sherwin Price Date: Wed, 11 Feb 2026 14:20:58 -0500 Subject: [PATCH] update project docs. --- readme.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 1b57388..77e2819 100644 --- a/readme.txt +++ b/readme.txt @@ -16,14 +16,16 @@ Gradle handles build and run of program using AspectJ Java runtime. Build Environment: JDK25, -Eclipse 4.38 with Gradle Buildship +VSCode with Edwin's Pack: Java +Or 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 + ./gradlew.bat edu.tictactoe:run + / or on linux: - sh ./gradlew run + sh ./gradlew edu.tictactoe:run AspectJ Referee component will call the Game plays.