https://github.com/sharkdp/parachuting-robots
An interactive version of a classic puzzle
https://github.com/sharkdp/parachuting-robots
browser-game programming-challenge puzzle website
Last synced: 4 months ago
JSON representation
An interactive version of a classic puzzle
- Host: GitHub
- URL: https://github.com/sharkdp/parachuting-robots
- Owner: sharkdp
- Created: 2015-10-27T23:02:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T21:21:00.000Z (over 8 years ago)
- Last Synced: 2025-01-14T00:19:27.861Z (about 1 year ago)
- Topics: browser-game, programming-challenge, puzzle, website
- Language: PureScript
- Homepage: https://david-peter.de/parachuting-robots/
- Size: 27.3 KB
- Stars: 80
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Two robots with parachutes
This is an interactive version of a classic puzzle. It is written in
[Purescript](https://github.com/purescript/purescript) with a reactive
[Thermite](https://github.com/paf31/purescript-thermite) interface.
[**Try the game here**](https://david-peter.de/parachuting-robots/)
## Local install
```
bower install
npm install
pulp browserify -O -t main.js
lessc main.less > main.css
```