Skip to content

steveszc/glimmer-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ac3326 · Jul 10, 2017

History

35 Commits
Jul 8, 2017
Jul 10, 2017
Jul 10, 2017
Jun 26, 2017
Jul 8, 2017
Jun 28, 2017
Jun 26, 2017
Jul 3, 2017
Jul 8, 2017
Jul 10, 2017
Jul 8, 2017
Jul 8, 2017
Jul 10, 2017

Repository files navigation

snake

This README outlines the details of collaborating on this Glimmer application. This is the classic game of snake, implemented in Glimmerjs.

Play The Game

https://steveszc.github.io/glimmer-snake/

Development Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd snake
  • yarn

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links