Hello, I have kind of a high-level question, in the sense that I am more looking for some general direction rather than specific help.
I am looking to make a Space RPG, I made this simple prototype with Javascript and HTML5 (with some Claude AI help) and I had two questions.
https://spaceman.krets.com/escape_velocity/
- How might I go about making a "level" that has coordinates and object placement near the origin but allow for it to procedurally continue indefinitely as I've done here, but in GM?
- How might I go about creating these procedural stars with parallax effect, also continuing indefinitely, within GM?
Some general guidance and direction for my research would be greatly appreciated.