These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Java and Gradle installed on your machine. You can check if they're installed by using the following commands:
$ java -version
$ gradle -version
To get a copy of this project, clone the repository to your local machine:
$ git clone https://github.com/Thisiscooliguess/Towerdefense.git
Navigate to the project directory:
$ cd Towerdefense
Build the project using Gradle:
$ ./gradle build
To run the automated tests for this system, use the following command:
$ ./gradle test
You can also run the plugin in a local server:
$ ./gradle runMindustryServer
The server files will be located in build/tmp/runMindustryServer
Ayush Killer - Developer and current head - AyushKiller
Phinner - Code quality - Phinner
This project is licensed under the MIT License - see the LICENSE.md file for details