Mercurial > hg > serpentron
view README.md @ 5:c02b5a225a10 1.0-beta2
Serpentron 1.0-beta2.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Thu, 18 Feb 2016 01:35:39 +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/`.