Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ;)
- Host: GitHub
- URL: https://github.com/mikolajszymczuk1/snakesbattle
- Owner: mikolajszymczuk1
- Created: 2024-09-25T09:54:54.000Z (about 2 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-27T13:09:58.000Z (18 days ago)
- Last Synced: 2024-10-27T14:43:03.764Z (18 days ago)
- Topics: express, game, nodejs, snake, snake-game, socket, socket-io, typescript, vue, vue3, webpack
- Language: TypeScript
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !