DEV Community

Discussion on: Post a link to your coding project, and let others try to describe what it does!

Collapse
 
couch3ater profile image
Connor Tangney • Edited

A little more detail behind this one.

A few friends and I from around the US play D&D together on a fairly regular frequency. There are some online tabletop RPG "tables," if you will, that exist, but none of them really had all the features that we were looking for.

I had it in my head that tackling that problem would be a fun challenge! I designed some basic data structures behind the "game board" that will hopefully allow the table to track pretty specific information about each cell.

What I linked ya'll to is, more or less, the visual representation of that "table" data, in its most rudimentary form. I've toyed with linking it to some click listeners as well, and at some point I hope to tie actual character creation / D&D game "stuff" to it as well!