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
- Host: GitHub
- URL: https://github.com/ramtinsoltani/dots-and-boxes
- Owner: ramtinsoltani
- License: mit
- Created: 2023-02-26T10:03:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:59:23.000Z (over 2 years ago)
- Last Synced: 2025-01-10T03:48:26.309Z (5 months ago)
- Language: TypeScript
- Homepage: https://dots-and-boxes.fly.dev
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`