Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 289 Bytes

File metadata and controls

23 lines (16 loc) · 289 Bytes

A Snake game, written as an exercise in Flux and React.

Development

$ yarn install
$ yarn run watch

# Formatting
$ yarn run fmt:check
$ yarn run fmt:write

Setup

Build the JavaScript sources:

$ yarn install
$ yarn run build:production

Then open index.html.