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

https://github.com/danieljharvey/reason-egg

It is the egg but made using Reprocessing, I suppose.
https://github.com/danieljharvey/reason-egg

bucklescript egg game ocaml opengl reasonml reprocessing webgl

Last synced: about 2 months ago
JSON representation

It is the egg but made using Reprocessing, I suppose.

Awesome Lists containing this project

README

          

# Reason Egg

![travis](https://travis-ci.org/danieljharvey/reason-egg.svg?branch=master)

### Port of hopeless game It Is The Egg to Reprocessing.

Play the original game here: http://itistheegg.com/

### Installation

```
cd game
git clone https://github.com/danieljharvey/reason-egg
cd reason-egg
yarn install
```

### Run in browser

```
cd game
yarn build:web:watch
```

Then open `index.html` in browser.

### Run in OCaml bytecode

```
cd game
yarn build
yarn start
```

### Compile to native code

```
cd game
yarn build:native
yarn start:native
```