Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fogleman/rush

Rush Hour puzzle goodies!
https://github.com/fogleman/rush

game go puzzle rush-hour unblock-me

Last synced: 3 months ago
JSON representation

Rush Hour puzzle goodies!

Awesome Lists containing this project

README

        

# Rush Hour (the puzzle)

This repo contains a bunch of stuff related to [Rush Hour](https://en.wikipedia.org/wiki/Rush_Hour_(puzzle)), a sliding block puzzle. You may also know this game from one of its iOS implementations, such as [Unblock Me](https://itunes.apple.com/us/app/unblock-me/id315019111?mt=8).

### 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](https://www.michaelfogleman.com/static/rush/puzzle51.png)