# rush **Repository Path**: mirrors_fogleman/rush ## Basic Information - **Project Name**: rush - **Description**: Rush Hour puzzle goodies! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)