Page 1 of 1

Fulgora snapshot generator

Posted: Mon Feb 26, 2024 5:38 pm
by mmmPI
Inspired by the FFF about Fulgora and the map generations, i attempted to create a javascript thingy to generate some islands that would look like the FFF preview of Fulgora map view :
source
250cells manual edit.png
250cells manual edit.png (432.6 KiB) Viewed 444 times
2500cells2.png
2500cells2.png (1.11 MiB) Viewed 444 times
2500cells.png
2500cells.png (765.55 KiB) Viewed 444 times
20000cell.png
20000cell.png (1.79 MiB) Viewed 444 times
https://github.com/Preceti/Fulgora-snapshot-generator
You gotta have good imagination, but it ressemble no ? :D
The javascript is most likely terrible and/so it runs very slowly. Apart from that it feels a bit like playing factorio for the first time and wanting to start all over after you learn/discover a better way to do things :) I experimented with pathfinding to move accross cells, some can be marked as obstacle but it's even slower to run. If i don't run into an obstacle myself i may try to find some rules for the other planets :)