Giter Club home page Giter Club logo

reeborg_maze's Introduction

Maze Solver with Reeborg's World (in Python)

This Python project aims to solve maze problem using a classical one: Reeborg's World In this website, you can experience a virtual environment where users can program a robot to navigate through mazes.

Lost in a Maze!

Reeborg -the robot- finds itself in a dark maze with a depleted flashlight battery.
The challenge is to guide Reeborg to the maze's exit using an if/elif/else statement logic.
Reeborg must follow along the right edge of the maze, turning right whenever possible, moving straight ahead if it can't turn right, and turning left as a last resort.

Screenshot_1

What you need to know

Well, first, this website is amazing. I've used it for approximately 10 times while teaching a kid Python. Since it is interactive and it enables you to see the result of your code step by step, it is definitely one of the best websites that I would suggest to anyone who teaches python.
Other than that, The functions move() and turn_left() are already built-in functions. You can and should define other functions by using those ones. More built-in functions are: front_is_clear(), wall_in_front(), right_is_clear(), wall_on_right(), and at_goal().

Usage

To use this maze solver program:

  1. Ensure you have Python installed on your system.
  2. Clone this repository to your local machine.
  3. Open the project directory in your preferred Python IDE or text editor.
  4. Run the main.py script.

reeborg_maze's People

Contributors

ezgitastan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.