view README.md @ 18:392c2a5ebab4

Amber 0.24.0.
author Mikhail Kryshen <mikhail@kryshen.net>
date Mon, 17 Feb 2020 04:14:04 +0300
parents 27280b550d56
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/`.