view README.md @ 21:d0b6f5635d85

Added tag 1.0.2 for changeset c8162ac60edc
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 13 Mar 2020 15:19:58 +0300
parents 27280b550d56
children
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 as shown in
13 [Amber Instructions](https://lolg.it/amber/amber#prerequisities).
15 To bring project alive after cloning the repository:
17 ```sh
18 npm run init
19 ```
21 Developing the project (after brought alive): start server with
22 `amber serve` and go to `http://localhost:4000/`.