justindwyer6 / rolling-realms

A fan-made, web-based version of Stonemaier Games' roll-and-write game.
https://rolling-realms.netlify.app
18 stars 3 forks source link

Convert Round Order to 0-indexed, not 1-indexed. #76

Open abrad45 opened 2 years ago

abrad45 commented 2 years ago

In many places, we treat round order as starting at 1, not 0. This makes accessing data in arrays more complex (+1 / -1) to make display to the user easier. We'd do well to invert this, though the scope of such a project is still TBD as I'm not sure how thoroughly this is embedded in the code.