Mercurial > hg > serpentron
view README.md @ 0:27280b550d56 1.0-beta
Serpentron 1.0-beta.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Wed, 17 Feb 2016 23:55:43 +0300 |
parents | |
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/`.