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
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/`.