Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```