Skip to content

utkualkan4112/Maze-UCS-AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-UCS-AStar

Solving Color-Maze Puzzle Using Search

Getting Started

To solve the Color-Maze Puzzle, you can either use the provided Maze.txt or create your own maze.

Maze Format

Here's what each character in the maze file represents:

  • X: Walls. These are barriers and cannot be passed.
  • S: Our agent. This is the starting point in the maze.
  • 0: Empty places that need to be colored. When these are collected, they will turn into 1s.

Example

XXXXX XS0XX X0X0X X0XXX XXXXX

This represents a small maze where the agent S needs to collect the 0s and turn them into 1s.

Contributing

If you'd like to contribute, feel free to open a pull request!

About

Solving Color-Maze Puzzle using Search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages