https://github.com/vvseangtvv/moment
Mindustry v1 originated by Anuke from GDL - Metal Monstrosity Jam
https://github.com/vvseangtvv/moment
desktop game java java-8 mindustry tower-defense
Last synced: about 2 months ago
JSON representation
Mindustry v1 originated by Anuke from GDL - Metal Monstrosity Jam
- Host: GitHub
- URL: https://github.com/vvseangtvv/moment
- Owner: VvSeanGTvV
- Created: 2025-02-27T03:24:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T05:38:47.000Z (about 2 months ago)
- Last Synced: 2025-02-27T06:45:04.867Z (about 2 months ago)
- Topics: desktop, game, java, java-8, mindustry, tower-defense
- Language: Java
- Homepage:
- Size: 81.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
> [!WARNING]
> This version REQUIRES a JDK 8 and GRADLE 2.10, also this particular modified version DO NOT have HTML build attached due to missing repositories. This is modified only to run Desktop.**Mindustry v1 originated by Anuke from GDL - Metal Monstrosity Jam**

Moment is an early version based on this [commit](https://github.com/Anuken/Mindustry/tree/f5e30f53e00dde2c72e446f9193d28150e6627b1) released in April 30th, 2017 just 2 days after release in Itch.io, it's the only working version without extensive bugfixes. Created by [Anuken](https://github.com/Anuken) and was for [GDL - Metal Monstrosity Jam](https://itch.io/jam/gdl---metal-monstrosity-jam) ranked 1st place out of the rest.## Building
> [!NOTE]
> Before building, running, or packing Moment.jar, please do note, install GRADLE 2.10 or run with GRADLEW -V, if it fails try using (VIA LOCALLY) the gradle-2.10-rc-2-all.zip to the gradle installation folder or where it failed to unzip the file.### Windows
_Running:_ `gradlew desktop:run`
_Building:_ `gradlew desktop:dist`### Linux/Mac OS
> [!NOTE]
> FOR LINUX users, run **chmod +x gradlew** as if you try to run it normally it would result **permission denied** error, also LINUX cannot run at all IF it was builded, but can able to able to use **desktop:run**._Running:_ `./gradlew desktop:run`
_Building:_ `./gradlew desktop:dist`