Skip to content

A collaborative dice rolling application featuring realtime websockets

License

Notifications You must be signed in to change notification settings

jasoncabot/dicewizard.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎲🧙 dicewizard.net

dicewizard.net is a free, open-source website for virtual tabletop gaming. With this website, you can roll dice and share the results with your friends using websockets. No more need to physically roll dice or use a random number generator – this website has got you covered in a suitably retro style!

Features

  • Roll one or multiple dice with customizable number of sides
  • Real-time updates using websockets
  • Share the results with friends in a virtual tabletop gaming session
  • Easy to use and navigate user interface

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this project, you need to have Node.js and npm installed on your computer. You can download them from the official website: https://nodejs.org/

Installing

  1. Clone the repository to your local machine:
git clone https://github.com/jasoncabot/dicewizard.net.git
  1. Navigate to the project directories and install dependencies
cd client
yarn
cd ../server
yarn
  1. Start the server locally:
cd server
yarn dev
  1. Start the client locally:
cd client
yarn start
  1. Open your web browser and go to http://localhost:3000/

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A collaborative dice rolling application featuring realtime websockets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published