Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subins2000/dots
P2P Dots & Boxes game with WebRTC & WebTorrent
https://github.com/subins2000/dots
dotsandboxes game multiplayer school webrtc webtorrent webtorrent-trackers
Last synced: 3 months ago
JSON representation
P2P Dots & Boxes game with WebRTC & WebTorrent
- Host: GitHub
- URL: https://github.com/subins2000/dots
- Owner: subins2000
- License: other
- Created: 2020-05-02T18:31:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T12:18:58.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:58:17.025Z (6 months ago)
- Topics: dotsandboxes, game, multiplayer, school, webrtc, webtorrent, webtorrent-trackers
- Language: Vue
- Homepage: https://dots.subinsb.com
- Size: 3.49 MB
- Stars: 62
- Watchers: 1
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vett
[Play the Game Here!](https://dots.subinsb.com)
When we were kids, we used to play Dots & Boxes game (called As `Poojyam Vett` (പൂജ്യം വെട്ട്) in our local language Malayalam) in school. It's still a popular game in school : https://en.wikipedia.org/wiki/Dots_and_Boxes
This is that game made online. It's an online multiplayer implementation of Dots-and-Boxes !
Built with VueJS, d3.js, [P2PT](//github.com/subins2000/p2pt). Uses WebTorrent trackers for making Peer-to-Peer connections for multiplayer.
## Build Setup
```
yarn install
yarn start
```Trackers list is included in `src/components/Game.vue`. You may want to change that or add your own [local tracker](https://github.com/subins2000/p2pt/blob/master/startTracker.js) for development.
## Thanks
* Sounds
* [tmkappelt](https://freesound.org/people/tmkappelt/sounds/85702/) - CC0 license
* [shinephoenixstormcrow](https://freesound.org/people/shinephoenixstormcrow/sounds/337049/) - CC-BY license
* [LittleRobotSoundFactory](https://freesound.org/people/LittleRobotSoundFactory/sounds/270404/) - CC-BY license
* [Leszek_Szary](https://freesound.org/people/Leszek_Szary/sounds/146735/) - CC0 license
* [vue-beautiful-chat](https://github.com/mattmezza/vue-beautiful-chat)