Code Monkey home page Code Monkey logo

sssv-ia-'s Introduction

State Space Search Visualizer

SSSV makes understanding state space search algorithms intuitive. It represents a state space as a maze such that each state is a tile. The algorithm's goal is to go from the start tile, the inital state, to the end tile, the solution state.

Features

  • Algorithm selector that lets the user choose among the assortment of algorithms found in Code/SearchAlgorithms.

    option menu

  • Maze editor which allows the user to change any tile into a path or a wall.

    edit

  • Precise controls let the user step incrementally through the search algorithm.

    controls

Algorithms

Currently SSSV ships with six different algorithms:

  • Breadth First
  • Depth First
  • Branch and Bound
  • Best First
  • Hill Climbing
  • A*

Adding custom algorithms is simple. The algorithm's gd file just needs to be placed in the Code/SearchAlgorithms directory. For a more detailed explanation on developing and adding custom algorithms, refer to the custom algorithms documentation.

Dependencies

This project was made using the Godot Game Engine. A free and open source game engine, I would very much recommend checking out. Its github page can be found here.

Godot Engine logo

Authors

This project was developed by:

License

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

sssv-ia-'s People

Contributors

tikitikitikidesuka 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.