Elektrine lite

← Feed

@yoh@hachyderm.io

Post #2620124

2026-05-09 22:41 UTC

@runevision@mastodon.gamedev.place, how do you generate roads? Are they totally random or follow some rule?

Replies (1)

  • @yoh@hachyderm.io The towers are points of interest, and the paths are generated to connect those. The paths are found via path-finding. I have an old article about it here: https://blog.runevision.com/2016/03/note-on-creating-natural-paths-in.html

    Open ##2620125