Problem I’m trying to create a class that’s able to ‘crawl’ through a generic 2D matrix. Crawling through a Bitmap […]

Problem I implemented the A* algorithm for pathfinding for a game of mine. The game uses hex rooms which are […]

Problem I’m working on a vector field pathfinding algorithm. So far I have everything working but my distance (potential?) field […]

Problem I’m trying to get good at JavaScript and I wrote this code in order to make mistakes and learn […]

Problem Assuming everything else works as expected, is the following a correct – but not the most efficient way – […]

Problem Newbie here, presenting the code for close public scrutiny. Couple remarks regarding the context (taken from Princeton’s COS 226 […]