Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
/ stickman Public archive

Stickman is a text based platform game in java. Works on mac, linux and windows.

License

Notifications You must be signed in to change notification settings

alfr3dosv/stickman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stickman

Stickman is a text based platform game in java.

Prerequisites

Java >= 1.8

Installing

  1. Download the latest fat jar release
  2. Run

Build

Currently only Gradle can be used

  1. Clone the current repo
$ git clone https://github.com/alfr3dosv/stickman.git
  1. Open a terminal and select ./stickman
$ cd ./stickman
  1. 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

Running the tests

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details