Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 881 Bytes

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