Stickman is a text based platform game in java.
Java >= 1.8
- Download the latest fat jar release
- Run
Currently only Gradle can be used
- Clone the current repo
$ git clone https://github.com/alfr3dosv/stickman.git
- Open a terminal and select ./stickman
$ cd ./stickman
- Build using gradle(if installed)
$ gradle build
If gradle is not installed use instead ./gradlew build
for linux/mac and gradlew build
for windows
The build binary is located in ./stickman/build/distributions
We use junit for tesitng, Gradle provides a good integration with junit.
To run the tests
gradle test
If gradle is not installed use instead ./gradlew test
for linux/mac and gradlew test
for windows
You should see a output similar to this
$ gradle test
BUILD SUCCESSFUL in 1s
4 actionable tasks: 4 up-to-date
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Alfredo Soto - alfr3dosv
This project is licensed under the MIT License - see the LICENSE.md file for details