https://github.com/adamfitzpatrick/grid-wolf
https://github.com/adamfitzpatrick/grid-wolf
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamfitzpatrick/grid-wolf
- Owner: adamfitzpatrick
- Created: 2024-08-28T07:55:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T04:12:57.000Z (over 1 year ago)
- Last Synced: 2025-02-09T05:20:00.893Z (over 1 year ago)
- Language: TypeScript
- Size: 9.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grid-wolf
`grid-wolf` is a project meant primarily to demonstrate design and development patterns associated
with skillfully architected software solutions.
The `grid-wolf` application provides UIs, APIs, code and infrastructure for managing encounters and
combat in table-top roleplaying games. A gamemaster can upload map images, grid configuration and
other encounter information to the application, and can invite and manage participating players.
Players can upload avatar/token images and character data. Players and gamemaster can then move
characters and NPCs around the map, view lines-of-site and areas-of-effect, and manage encounter
progress and statistics, all in real-time.
Unlike similar tools such as those provided by Roll20, `grid-wolf` does not attempt to provide
resources for map creation or video conferencing amongst participants.
This application is in early development. Refer to
[architecture documentation](./packages/docs/architecture.md) for more information.