Skip to content

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

License

Notifications You must be signed in to change notification settings

narittt/icebreaker-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages