acmpesuecc / maze_solver

MIT License
1 stars 0 forks source link
cpp hacktoberfest hacktoberfest2021

Maze Solver(ACCEPTS FIRST 5 PR'S DURING BOOST)

This is a maze solver application written in C++.

Why?

Cos opencv in python seemed too easy.

Tech stack

How to run

  1. Make sure you have a C++ compiler installed (NOT TURBO C++). If you're new to this, an IDE like visual studio would do.
  2. Make sure you have opencv installed. (Since the project was made in Visual Studio, following this tutorial should help)
  3. Compile and run.

Is this beginner friendly?

Probably not. Difficulty = medium

But if you are comfortable with matrices and path finding algorithms, definitely give it a try!

What if I have a problem?

The first step is to always google stuff. Try different searches and keywords, look through stackoverflow.

If that doesn't help, contact any maintainer or ACM PESUECC team member!

This is an official repository maintained by ACM PESUECC for Hacktoberfest2021!