steve98052
Mongoose
I'm tinkering with a game-master assistant program. The general idea is that each player has a computer (or possibly a mobile device, most likely Android only because that's what I know), and the program tracks administrative stuff like hit points, as well as a map. My data sharing mechanism would involve shared files in cloud storage.
What kinds of things would be most worthwhile in such a program?
- Calculating damage (as opposed to clicking it in after rolling physical dice)?
- Tracking movement beyond a simple 2D whiteboard?
- Terrain beyond a 2D whiteboard?
- Inventory, including both notable possessions and expendables like bullets?
More ideas are welcome.
What kinds of things would be most worthwhile in such a program?
- Calculating damage (as opposed to clicking it in after rolling physical dice)?
- Tracking movement beyond a simple 2D whiteboard?
- Terrain beyond a 2D whiteboard?
- Inventory, including both notable possessions and expendables like bullets?
More ideas are welcome.