Skip to content

Thisiscooliguess/Towerdefense

Repository files navigation

TowerDefense

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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

Installing

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

Testing

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

Authors

Ayush Killer - Developer and current head - AyushKiller
Phinner - Code quality - Phinner

License

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