Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelvcolianna/dungeon.ly
Tabletop RPG helper. WIP with many features planned. [Laravel + Jetstream (Livewire)]
https://github.com/michaelvcolianna/dungeon.ly
character-sheet dice-roller dungeon-master dungeons-and-dragons laravel livewire roleplaying-game
Last synced: about 14 hours ago
JSON representation
Tabletop RPG helper. WIP with many features planned. [Laravel + Jetstream (Livewire)]
- Host: GitHub
- URL: https://github.com/michaelvcolianna/dungeon.ly
- Owner: michaelvcolianna
- Created: 2021-11-25T15:42:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T18:59:38.000Z (about 2 years ago)
- Last Synced: 2024-11-17T19:35:51.856Z (2 months ago)
- Topics: character-sheet, dice-roller, dungeon-master, dungeons-and-dragons, laravel, livewire, roleplaying-game
- Language: PHP
- Homepage: https://dungeon.ly
- Size: 678 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeon.ly
A work-in-progress helper for tabletop RPGs. Laravel 9.
The eventual real version probably won't use PHP/Laravel. This currently exists as a proof-of-concept for whether its features would be useful and mainly is being implemented by my friends and I.
### Current Features
- Account creation
- Profile photos
- Two-factor authentication
- Teams, implemented as games
- Dashboard with character listing
- Individual character sheets
- Fast finding for fields on character sheet
- Keyboard navigation through the character sheet groups and fast finder activation on desktop
- Swipe navigation through the character sheet groups and fast finder activation via press on touch devices
- Individual dice roller
- Dice roller linked to character sheet stats### Planned features
- Combat tracker w/DM and player interfaces
- Map maker, allowing for uploading of map images & overlaying the graph + FOW (actual map builder like on Roll20/etc. might come later)
- Chat interface for entire game and for private in-game chats
- Individual adventure details (blog style?)
- Game/campaign notes for DM & players (blog style?)I'll update this list as we play and add features/think of features to add.