Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
/ runner Public archive

A runner game built with ReasonReact

License

Notifications You must be signed in to change notification settings

eldad/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner

A simple runner game written using ReasonReact.

Play it here!

Features:

  • Amazing parallax effect
  • Continuous stream of crates to jump above
  • Highscore tracking
  • Available offline (via service worker)

Pixel art by Jason Mercado (GrafixKid) - OpenGameArt.org

Development

Run it locally:

$ yarn
$ make start

Then point your browser to http://localhost:3000.

Known Issues

Fullscreen request is best effort. Instead, its promise should be resolved and the app state updated.