Mercurial > hg > serpentron
view README.md @ 20:c8162ac60edc 1.0.2
Serpentron 1.0.2.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Fri, 13 Mar 2020 15:19:16 +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/`.