/rush_hour

A Sliding Block Puzzle game made for Flutter Puzzle Hack

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

RushHour

Imagine you're driving a car to reach the office and you got stuck at a 4-Way Intersection. You have to move other cars in front of yours to reach the destination but other cars can move only in horizontal or vertical. Try solving it so you can reach the office on time.

RushHour is a sliding puzzle game made with Flutter. It consists of 50 different levels which require 4-50 moves to solve the puzzle.

Demo video:

https://www.youtube.com/watch?v=QigmCJoqmvU

Try yourself:

https://anas35.github.io/rush_hour/

initialy, It will take 1-2 minutes to load for first time.

Credit:

Big Thanks to Michael Fogleman for his creation of RushHour Configuration Database.

Cars Images: Alexis Bailey and Graphics RF

ToDo:

  1. Implementing level-wise rather than generating random levels.
  2. Adding Test.
  3. Hosting moves and time taken to solve globally to achieve ranking.