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.