Skip to content

bawamohit/CSC263-Alice-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSC263-PS3

This repository contains coding components for a CSC263 problem set.

An Alice Maze is a logic puzzle created by Robbert Abbott. You can read more about his work here: https://www.logicmazes.com/

Example

Starting at the red square, the goal of this puzzle is to navigate along the squares in the specified directions to real the goal, but there are two rules.

Whenever you land on a square with red arrows, your step size increments, allowing you to jump over squares.

Similarily, when you land on a square with yellow arrows, your step size decrements.

The program Alice.py can solve such a maze in the fewest possible steps very efficiently.

This is achieved by a modified version of the breadth first search algorithm.

About

A python algorithm that uses breadth first search to solve Alice Mazes - a logic puzzle designed by Robert Abbott https://www.logicmazes.com/index.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages