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

https://github.com/fabe/t-rex-runner-reason

🦖 The T-Rex Runner Game from Chrome written in Reason
https://github.com/fabe/t-rex-runner-reason

ocaml reason reasonml reprocessing t-rex-runner

Last synced: about 2 months ago
JSON representation

🦖 The T-Rex Runner Game from Chrome written in Reason

Awesome Lists containing this project

README

        

# t-rex-runner-reason

The T-Rex Runner Game from Chrome written in Reason. Work in progress.

> 🚨 I learned Reason through this project, don't expect high quality code.

## Demo

**[Try it out online!](https://t-rex-runner-reason.netlify.com/)**

[![](.github/demo.gif)](https://t-rex-runner-reason.netlify.com/)

## Usage

```bash
# Clone repo and cd into it, then:

$ yarn install
$ yarn build
$ yarn start
```

## References

- [Flappy Bird in Reason](https://github.com/bsansouci/reprocessing-example/tree/livestream-flappybird)
- [Reprocessing](https://github.com/Schmavery/reprocessing)
- [the t-rex runner game extracted from chromium](https://github.com/wayou/t-rex-runner)

## Author

- Fabian Schultz ([@fschultz\_](https://twitter.com/fschultz_))