Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/dark-forest-tower-defense
A tower defense game that I made back in 2014 using my custom game library
https://github.com/foxfirecodes/dark-forest-tower-defense
Last synced: 5 days ago
JSON representation
A tower defense game that I made back in 2014 using my custom game library
- Host: GitHub
- URL: https://github.com/foxfirecodes/dark-forest-tower-defense
- Owner: foxfirecodes
- Created: 2018-02-02T20:58:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:15:25.000Z (about 1 year ago)
- Last Synced: 2025-01-01T14:07:21.351Z (5 days ago)
- Language: Java
- Size: 589 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dark Forest Tower Defense
> A tower defense game that I made back in 2014 using my custom game library
![Main Menu](res/main-menu.png)
_Dark Forest Tower Defense_ has no official level progression or waves system, but at the time I did manage to complete basic tower and monster interaction, as well as an extremely simplified level file format. While admittedly this is far from a completed project, I thought it might be interesting to publically release yet another piece of my history.
If you're interested in seeing other ancient projects of mine, you should check out [Astra](https://github.com/Rayzr522/Astra) and [jPuzzle](https://github.com/Rayzr522/jPuzzle).
## Installation
The easiest way to install this is to simply grab the latest JAR file off of the [releases page](https://github.com/Rayzr522/Dark-Forest-Tower-Defense/releases). Once you have that, it's as simple as double-clicking it.
If you want to compile from the source code, just run the following commands:
```bash
$ git clone https://github.com/Rayzr522/Dark-Forest-Tower-Defense.git
$ cd Dark-Forest-Tower-Defense
$ mvn
# Output will be located at target/Dark-Forest-Tower-Defense.jar
```