Mercurial > hg > serpentron
view README.md @ 16:f9175ceade33
Added tag 1.0.1 for changeset 7811c5ea0700
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Tue, 12 Apr 2016 23:43:26 +0300 |
parents | 27280b550d56 |
children | 392c2a5ebab4 |
line wrap: on
line source
# Serpentron Implementation of a classic arcade game. Survive as long as possible without hitting anything. Up to 4 players can play on a single computer. Players with the same color form a team. The scoring system is balanced for all possible team configurations. [Play here](http://www.games1729.com/serpentron/) ## Getting Started Install Amber and create an Amber project, as shown in [Amber Instructions](https://github.com/amber-smalltalk/amber#prerequisites). To bring project alive after cloning the repository: ```sh npm install bower install grunt default devel ``` Developing the project (after brought alive): start server with `amber serve` and go to `http://localhost:4000/`.