Code Monkey home page Code Monkey logo

csintsy-mazebot's Introduction

Hello there! ๐Ÿ‘‹

Visitor count

Dwigoric's profile counter

๐ŸŒ  GitHub Metrics

Dwigoric's GitHub metrics

csintsy-mazebot's People

Contributors

dwigoric avatar lorenzo-querol avatar

Watchers

 avatar  avatar

csintsy-mazebot's Issues

[FEAT] Add check if goal is unreachable

Detailed Description

It is stated in the specifications to display whether the goal is unreachable or not. In the current state of the program, it crashes if it is given a file where there is no path between the start tile and the goal tile.

Context

Project specifications state that the program must display whether there is no path from the start tile to the goal tile without crashing.

Possible Implementation

Add a check after clicking the start button (instead of after opening the file) on the start tile whether its computed distance from the goal is -1.

[BUG] Incorrect flood-fill scores

Description

Incorrect flood-fill scores are seen for a test case maze file.

Expected Behavior

A flood-fill score of an incorrect value is seen on the maze. The value should be 6, from the preceding tiles from the goal tile having 4 and 5.

Actual Behavior

The said tile has a flood-fill score of 4.

Steps to Reproduce

  1. Download the maze text file sent in the group chat.
  2. Open the maze text file using the program.
  3. Start the greedy best-first search.
  4. The program crashes upon reaching the said incorrect tile, while the wall tiles on the next row become yellow.

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.