Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 563 Bytes

File metadata and controls

10 lines (8 loc) · 563 Bytes

Maze Game

This is a maze game written in Python.
Control the '@' mark on the right of the screen, to arrive the ending point.
Kruskal algorithm for the searching of mini spinning tree and Union-Find algorithm are used in the program.
An implementation example:
image
I haven't checked whether it runs properly on Unix so please run it in Windows.

PS:2021年度Sセメ「計算機プログラミング」の最終課題です