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

https://github.com/ramtinsoltani/dots-and-boxes

Peer-to-peer dots and boxes game
https://github.com/ramtinsoltani/dots-and-boxes

Last synced: 4 months ago
JSON representation

Peer-to-peer dots and boxes game

Awesome Lists containing this project

README

        

# Dots And Boxes Game

Simple multiplayer "dots and boxes" made with Angular 15, [PeerJS](https://peerjs.com/), and ExpressJS.

# Quick Start

```bash
npm install # Installs dependencies
npm run local # Builds and runs the game locally
```

# Deployment

- [Install Fly.io CLI](https://fly.io/docs/hands-on/install-flyctl/)
- [Login to Fly.io account](https://fly.io/docs/getting-started/log-in-to-fly/)
- Deploy using `npm run deploy`