GunStopperDrone Web Game Progress

I have been working on the game and recently added two libraries that are very helpful.

The first is a path finding library so the gunman will navigate around buildings to the target: https://github.com/donmccurdy/three-pathfinding

Another library I found and added allows web console.log messages to appear in a terminal, so an AI tool, I use AugmentCode, can read and respond to the errors without copy-pasting the errors in. I’m excited about it. I still have to copy-paste screenshots sometimes, but this is a big help. Here it is: https://github.com/patak-dev/vite-plugin-terminal

Leave a Comment