https://github.com/matanlurey/swdbg
Unofficial companion app for SW:DBG.
https://github.com/matanlurey/swdbg
deck-building flutter star-wars
Last synced: 2 months ago
JSON representation
Unofficial companion app for SW:DBG.
- Host: GitHub
- URL: https://github.com/matanlurey/swdbg
- Owner: matanlurey
- Created: 2023-07-19T01:45:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T01:23:51.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T19:40:58.407Z (about 1 year ago)
- Topics: deck-building, flutter, star-wars
- Language: Dart
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SWDBG Logging App
An app that allows logging turns of [Star Wars: The Deckbuilding Game][swdbg].
[swdbg]: https://boardgamegeek.com/boardgame/374173/star-wars-deckbuilding-game
## Overview
In [Star Wars: The Deckbuilding Game][swdbg], players take turns playing,
acquiring, and using abilities of cards.
This app allows players to log their turns, and then view the log to see what
happened.
Some hypothetical use cases:
- A player wants to know what happened in a game they played, but they don't
remember the details.
- Sharing a game log with a friend to show them how the game went.
- Analysis of game logs to see how often certain cards are used, or how often
certain cards are acquired.
In the future, this app may be expanded to allow for more features, but at the
moment it is narrowly focused on logging:
- What cards are present in each player's deck.
- What cards are acquired by each player.
- What cards are played by each player.
All logging is done manually by the players, and is optional. The app does not
enforce any rules of the game, and does not keep track of any game state beyond
what is logged. The primary purpose of the app is to simplify what otherwise
would be a tedious process of logging turns on paper.