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
- Host: GitHub
- URL: https://github.com/fabe/t-rex-runner-reason
- Owner: fabe
- Created: 2018-08-30T21:59:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T07:42:05.000Z (over 6 years ago)
- Last Synced: 2025-02-28T19:11:57.681Z (2 months ago)
- Topics: ocaml, reason, reasonml, reprocessing, t-rex-runner
- Language: OCaml
- Homepage: https://t-rex-runner-reason.netlify.com
- Size: 6.1 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)**
[](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_))