This is my 15-112 term project. I created a simulated version of a pokemon gym that included the usage of Djikstra's and Kruskal's algorithm to find the shortest path and generate mazes |
I utilized python's TKinter module to create a canvas and display the features of my game. Through my code, I also implemented collision, sprite movement, and scene transitions. |