Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.15 KB

icebreaker-maze

Final project that I created for my Intro to CS class.

Background

Simulates the movement of an icebreaker ship through the Arctic Ocean. Relies on the Zelle graphics package for visualization. Finds the optimal path via a wavefront algorithm based on a 2d array map to navigate through the obstacles.

How it works

Launching the arctic.py file creates the following maze:

image

You can then select a starting spot:

image

As well as a target destination. The wavefront algorithm will then find the shortest way through:

image

As the game advances, more obstacles are added and it gets more difficult:

image