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.
- Host: GitHub
- URL: https://github.com/danieljharvey/reason-egg
- Owner: danieljharvey
- Created: 2018-02-18T15:52:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:37:42.000Z (over 3 years ago)
- Last Synced: 2025-09-05T06:38:07.793Z (9 months ago)
- Topics: bucklescript, egg, game, ocaml, opengl, reasonml, reprocessing, webgl
- Language: Reason
- Size: 2.65 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reason Egg

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