fogleman / rush

Rush Hour puzzle goodies!

Home Page:https://www.michaelfogleman.com/rush/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rush Hour (the puzzle)

This repo contains a bunch of stuff related to Rush Hour, a sliding block puzzle. You may also know this game from one of its iOS implementations, such as Unblock Me.

Read the Article

https://www.michaelfogleman.com/rush/

Play Online

https://www.michaelfogleman.com/static/rush/

Overview

The Go code can solve puzzles, render puzzles to PNG, generate puzzles, and more.

The C++ code "solves" the entire game - identifying all "interesting" puzzles that are possible. Read the article for more information. A database of puzzles is available.

The JavaScript code is for the online player.

51

About

Rush Hour puzzle goodies!

https://www.michaelfogleman.com/rush/

License:MIT License


Languages

Language:Go 57.3%Language:C++ 24.9%Language:JavaScript 10.9%Language:Makefile 4.3%Language:Python 1.2%Language:HTML 0.9%Language:CSS 0.6%