Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T21:21:00.000Z (over 7 years ago)
- Last Synced: 2024-05-08T22:46:24.337Z (8 months ago)
- Topics: browser-game, programming-challenge, puzzle, website
- Language: PureScript
- Homepage: https://david-peter.de/parachuting-robots/
- Size: 27.3 KB
- Stars: 78
- 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
```