Adds some project docs and images.
This commit is contained in:
39
Project.json
Normal file
39
Project.json
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"id": "monster-cards",
|
||||||
|
"title": "MonsterCards",
|
||||||
|
"description": "Cross-platform mobile app for creating, storing, importing, and sharing 5e-compatible monster stat blocks.",
|
||||||
|
"docId": "MonsterCards",
|
||||||
|
"image": {
|
||||||
|
"url": "PROMPT: Polished cross-platform tabletop RPG companion app artwork for MonsterCards, showing a collection of fantasy monster stat cards arranged on a clean mobile interface with a dragon, goblin, and armored adventurer portraits, subtle 5e-inspired parchment and ink details, one iPhone and one Android phone, vivid red, teal, gold, and charcoal palette, crisp editorial product illustration, no readable text, no brand logos, no watermark, wide landscape composition suitable for a project thumbnail.",
|
||||||
|
"alt": "Fantasy monster stat cards displayed on iPhone and Android devices",
|
||||||
|
"prompt": "Polished cross-platform tabletop RPG companion app artwork for MonsterCards, showing a collection of fantasy monster stat cards arranged on a clean mobile interface with a dragon, goblin, and armored adventurer portraits, subtle 5e-inspired parchment and ink details, one iPhone and one Android phone, vivid red, teal, gold, and charcoal palette, crisp editorial product illustration, no readable text, no brand logos, no watermark, wide landscape composition suitable for a project thumbnail.",
|
||||||
|
"width": 0,
|
||||||
|
"height": 0,
|
||||||
|
"backgroundClassName": "bg-surface"
|
||||||
|
},
|
||||||
|
"url": "/projects/monster-cards",
|
||||||
|
"tags": ["open-source"],
|
||||||
|
"source": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/headhunter45/MonsterCards"
|
||||||
|
},
|
||||||
|
"feedback": {
|
||||||
|
"url": ""
|
||||||
|
},
|
||||||
|
"features": [
|
||||||
|
"Create and store 5e-compatible monster stat blocks",
|
||||||
|
"Import Tetra-Cube monster files",
|
||||||
|
"Import D&D Beyond character data",
|
||||||
|
"iCloud library synchronization on iOS",
|
||||||
|
"Universal Open5e-based card format"
|
||||||
|
],
|
||||||
|
"technology": [
|
||||||
|
"Swift",
|
||||||
|
"Java",
|
||||||
|
"AndroidX",
|
||||||
|
"Room",
|
||||||
|
"RxJava",
|
||||||
|
"Gson",
|
||||||
|
"iCloud"
|
||||||
|
]
|
||||||
|
}
|
||||||
23
Project.md
Normal file
23
Project.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# MonsterCards
|
||||||
|
|
||||||
|
MonsterCards is a cross-platform mobile app for creating, storing, importing, and sharing monster stat blocks for 5e-compatible tabletop roleplaying games. The app is available for iOS and Android and syncs a user's monster library between devices with iCloud on iOS.
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
- Platforms: iOS and Android
|
||||||
|
- Languages: Swift and Java
|
||||||
|
- Storage and sync: iCloud on iOS; Room database on Android
|
||||||
|
- Import formats: Tetra-Cube `.monster` files and D&D Beyond character data
|
||||||
|
- Native format: Universal `.card` format based on the Open5e ruleset
|
||||||
|
- Public source: https://github.com/headhunter45/MonsterCards
|
||||||
|
- Status: Limited beta
|
||||||
|
|
||||||
|
## Planned features
|
||||||
|
|
||||||
|
- Collections for grouping monsters by session, location, or campaign
|
||||||
|
- A dashboard for quickly opening the monsters needed for an encounter
|
||||||
|
- Native import and export for sharing monsters between users
|
||||||
|
|
||||||
|
## Image prompt
|
||||||
|
|
||||||
|
PROMPT: Polished cross-platform tabletop RPG companion app artwork for MonsterCards, showing a collection of fantasy monster stat cards arranged on a clean mobile interface with a dragon, goblin, and armored adventurer portraits, subtle 5e-inspired parchment and ink details, one iPhone and one Android phone, vivid red, teal, gold, and charcoal palette, crisp editorial product illustration, no readable text, no brand logos, no watermark, wide landscape composition suitable for a project thumbnail.
|
||||||
BIN
Screenshot_20260920_002454.png
Normal file
BIN
Screenshot_20260920_002454.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
BIN
Screenshot_20260920_002511.png
Normal file
BIN
Screenshot_20260920_002511.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 KiB |
BIN
Screenshot_20260920_002529.png
Normal file
BIN
Screenshot_20260920_002529.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
Reference in New Issue
Block a user