mattcole19 / Noop_Challenges

My implementations and solutions to some of the NOOP challenges posted in June 209

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noop_Challenges

This repository includes my implementations and solutions to the Noop Challenges posted in June 2019.
You can learn more about them here -> https://noopschallenge.com/

Table of Contents

Mazebot

Wrote a greedy algorithm (it actually turned out to be very similar to the A* Search algorithm!) to solve any randomly generated maze. Created a visualizaiton using Python's Arcade library to show the results.

About

My implementations and solutions to some of the NOOP challenges posted in June 209


Languages

Language:Python 100.0%