view README.md @ 12:89fc4ef53637 1.0

Serpentron 1.0.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 13:22:19 +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/`.