Select Page

Toying with NPC AI

I wanted to get the NPC ships into the game so I could see a little life happening. There was some old AI code I’d used that still works fine, but it’s not the best. Definitely needs work, but it’s a start. Also hooked it up so the NPCs appear on the mini-map. The...

Hyperspace & Jumps!

Now that the basic map junk is done, including the ability to select travel routes, the next step is to make it so the ship can actually fly from one sector to another without the player’s input. Enter Hyperspace! Essentially, the goal here is to do the following...

Click Pathing Complete

Thought more about the map and how you would want to build up a click path. I don’t want there to be too many path jumps, so I’ve limited it to 3. But, hey, it’s 3 and that’s better than 1! This was a bit tricky because of how I’m doing all the path drawing. I ended...

January 6, 2024

Jumping on the back of being able to load in the universe and sector maps from JSON, I wanted to build out the view when the player pulled up the map. This way they’d see where they are in the massive cosmic landscape so they could plan their travels accordingly. I...

January 5, 2024

The last few days were loaded with coding, but not all GML. I wanted to plan ahead and work through some of the map creation stuff. While I could have (and may still) built this using GML, I wanted to first build it out in PHP because it’s just faster for prototyping...