Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Game List View
Create Game View
Game Info View
Create Round View