view README.md @ 5:c02b5a225a10

Serpentron 1.0-beta2.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 18 Feb 2016 01:35:39 +0300
parents
children 392c2a5ebab4
line source
1 # Serpentron
3 Implementation of a classic arcade game. Survive as long as possible
4 without hitting anything. Up to 4 players can play on a single
5 computer. Players with the same color form a team. The scoring system
6 is balanced for all possible team configurations.
8 [Play here](http://www.games1729.com/serpentron/)
10 ## Getting Started
12 Install Amber and create an Amber project, as shown in
13 [Amber Instructions](https://github.com/amber-smalltalk/amber#prerequisites).
15 To bring project alive after cloning the repository:
17 ```sh
18 npm install
19 bower install
20 grunt default devel
21 ```
23 Developing the project (after brought alive): start server with
24 `amber serve` and go to `http://localhost:4000/`.