An open API service indexing awesome lists of open source software.

https://github.com/faforever/neroxis-map-generator


https://github.com/faforever/neroxis-map-generator

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Neroxis Map Generator for Supreme Commander Forged Alliance

Procedurally generate Supreme Commander Maps from a seed to enable new gameplay on maps never before seen.

### How to Generate Maps

Download the .jar file included in the github release and ensure you have at least Java 8 installed on your machine.
Once downloaded run the following command in your terminal to generate a map in the current directory

`java -jar NeroxisGen_X.X.X.jar`

Default settings will generate a 6 player 10km map. Generator options can be viewed by running

`java -jar NeroxisGen_X.X.X.jar --help`

### Development

Project built using gradle and developed with the Intellij IDE.