Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathanesau/rushhour

Level Editor for Rush Hour
https://github.com/nathanesau/rushhour

desktop-app game web-assembly

Last synced: 3 months ago
JSON representation

Level Editor for Rush Hour

Awesome Lists containing this project

README

        

# rushhour












RushHour game. An AI solver for RushHour puzzles is also provided.

The game is implemented using Qt. The code is cross-platform. Four versions of the game are compiled:

* Web Assembly (see https://nathanesau.github.io/rushhour/rushhour.html).
* Windows x32 (see https://github.com/nathanesau/rushhour/releases).
* Windows x64 (see https://github.com/nathanesau/rushhour/releases).
* Linux x64 (see https://github.com/nathanesau/rushhour/releases).

A demo of the game is shown below.

![](https://user-images.githubusercontent.com/4649987/107863727-a28d9d80-6e24-11eb-8bb9-3a2a2afe4fc2.gif)

## Folder Structure

* [app](app/README.md): Contains the RushHour App.
* [solver](solver/README.md): Contains the RushHour Solver.