Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishaalpkumar/rummy
iOS app to keep track of rummy scores.
https://github.com/vishaalpkumar/rummy
ios swift swiftdata swiftui
Last synced: about 1 month ago
JSON representation
iOS app to keep track of rummy scores.
- Host: GitHub
- URL: https://github.com/vishaalpkumar/rummy
- Owner: VishaalPKumar
- Created: 2024-08-19T08:25:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:36:18.000Z (5 months ago)
- Last Synced: 2024-11-05T10:48:33.243Z (3 months ago)
- Topics: ios, swift, swiftdata, swiftui
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rummy App
My family loves playing rummy, and my grandfather always maintained a small notebook of all our scores across the several games that we played. Inspired by this, I wanted to build an app that simplifies the score tracking process.
## Features
- Can create/edit games
- Can create/edit rounds
- Score validation: the sum of every player's score must be zero for every round
- Persistent storage using SwiftData## Screenshots