https://github.com/nathanesau/rushhour
Level Editor for Rush Hour
https://github.com/nathanesau/rushhour
desktop-app game web-assembly
Last synced: 5 months ago
JSON representation
Level Editor for Rush Hour
- Host: GitHub
- URL: https://github.com/nathanesau/rushhour
- Owner: nathanesau
- Created: 2021-01-15T20:22:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T21:05:06.000Z (over 5 years ago)
- Last Synced: 2024-10-24T08:31:04.517Z (over 1 year ago)
- Topics: desktop-app, game, web-assembly
- Language: C++
- Homepage: https://nathanesau.github.io/rushhour/rushhour.html
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

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