I like the way this is going! A Java project usually has some kind of build system or package management system to keep itself in order. In this branch, I added Gradle using the Gradle Wrapper.
Now, folks who want to play the game can grab the project and just run ./gradlew run.
I like the way this is going! A Java project usually has some kind of build system or package management system to keep itself in order. In this branch, I added Gradle using the Gradle Wrapper.
Now, folks who want to play the game can grab the project and just run
./gradlew run
.