This is a text based adventure RPG where a group of people decided to create randomly on Reddit. The main reasoning behind this is to allow a place for people to learn Java and other development skills in a safe, team environment.
Run class 'Main' (com.textadventure.Main) with no arguments.
To get started developing on this locally, follow these steps.
If you have setup your keys with git, use the following to clone the project.
git clone git@github.com:javaplebes/TextAdventure.git
If you do not have your SSH keys setup, you can clone the repository via HTTPS.
git clone https://github.com/javaplebes/TextAdventure.git
This project is built on top of Maven. This allows easy dependency management.
To install the project dependencies:
mvn install
Testing is currently achieved by using JUnit.
mvn test
When contributing please do not track IDE generated files.
When contributing, please use the provided pull request template for new pull requests.
If your change requires new documentation please tick the relevant box on the pull request and create the documentation to go along with it.
When creating a pull request, please assign somebody to review your pull request.
- CRoma
- DVDBoy
- happysad- (Martin)
- Denyl
- eYasser
- -Captain-
- gearunner
- SpeeddemonTortoise