Skip to content

giatrakosg/RushHour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RushHour

This project implements a solution to the game Rush Hourdesciption using an A Star search

Usage

We represent the board using the State type.The user provides the data as a string with with each row seperated by a newline and the colors represented by ANSI characters.The "red" car is represented by the '=' character and the empty cell by the '.' character. eg. aa..b ccc.b => "aa..b\nccc.b\n==..b\n.dddb" ==..b .dddb

About

🚗 Rush Hour solver written in Haskell λ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published