Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nathanesau/rushhour
- Owner: nathanesau
- Created: 2021-01-15T20:22:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T21:05:06.000Z (almost 4 years ago)
- Last Synced: 2024-07-30T21:02:25.577Z (6 months 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.
![](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.