d-and-d-web

Our own Dungeons & Dragons Web client for our fun meetups

Stars
6

Dungeon and Dragons Web with Friends

Just a simple Web UI written in React to play D&D with my friends during the weekends. Nothing fency.

How to run it locally

In the project directory, you can run:

# install the dependencies
npm install
# run the app locally
npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

TODO:

  • Add enemies below the heroes
  • Keep track of how many hits we inflicted on enemies
  • Mark them as dead
  • Resurrect Enemies