CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Updated Movement System to Work With the New Map JSON Imports #58

Closed JoshBogin closed 4 years ago

JoshBogin commented 4 years ago

It took a while just to update the implemented enemies from last week with the new map JSON imports. Then, I added a diagonal movement system for the players using the q, e, z, and c keys. I also implemented the A* algorithm in order to make the zombies be able to move diagonally as well and they will only chase players when they are in the player's FOV.