Skip to content

174n/OpenTabletop

Repository files navigation

🎲 OpenTabletop

Created last commit Dependencies GitHub issues GitHub stars Visits license

This version is still in development. Check out old firebase version that is fully working here

Browser-based online project built with Vue.js and WebRTC in which you can play any board games with your friends

Here is the demo website: DEMO

Features

  • Import/Export lobbies
  • Ingame chat
  • Any type of dices
  • Counters
  • Lobby customization

Screenshots

Monopoly

Monopoly screenshot Monopoly screenshot

Magic: The Gathering

MTG screenshot MTG screenshot

Munchkin Fallout [RUS]

Munchkin Fallout screenshot Munchkin Fallout screenshot

Carcassonne

Carcassonne screenshot Carcassonne screenshot

Useful tools

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build