creating the nodes for path finding during run time - more like path making and more
- by bigbadbabybear
i'm making my 1st game. i'm using javascript as i currently want to learn to make games without needing to learn another language but this is more of a general game dev question
its a 2d turn-based tile/grid game. you can check it here http://www.patinterotest.tk/
it creates a movable area when you hover a player and it implements the A* algo for…