项目作者: fogleman

项目描述 :
Rush Hour puzzle goodies!
高级语言: Go
项目地址: git://github.com/fogleman/rush.git
创建时间: 2018-06-20T02:39:30Z
项目社区:https://github.com/fogleman/rush

开源协议:MIT License

下载


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