Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolajszymczuk1/snakesbattle

Crazy snake battle game. Single snake is boring ;)
https://github.com/mikolajszymczuk1/snakesbattle

express game nodejs snake snake-game socket socket-io typescript vue vue3 webpack

Last synced: 14 days ago
JSON representation

Crazy snake battle game. Single snake is boring ;)

Awesome Lists containing this project

README

        

# Snakes Battle Game

## Development

### [1] Install all dependencies

In `client`

```sh
npm ci
```

In `server`

```sh
npm ci
```

### [2] Create `.env` file in `server` directory and paste this:

```sh
PORT=8080
ENV_MODE="local"
```

### [3] Run project

For `client`

```sh
npm run dev
```

For `server`

```sh
npm start
```

### [4] Got to `http://localhost:` and have fun !