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