Vertfromage / ManFight

Two classes Man and ManFight that together make a fun little text game
MIT License
7 stars 29 forks source link

Added the Gradle build system to make build & run straightforward #10

Closed ashatch closed 5 years ago

ashatch commented 5 years ago

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.