https://github.com/vrn-sn/war
An implementation of the card game War as an iOS app.
https://github.com/vrn-sn/war
ios swift xcode
Last synced: 5 months ago
JSON representation
An implementation of the card game War as an iOS app.
- Host: GitHub
- URL: https://github.com/vrn-sn/war
- Owner: vrn-sn
- Created: 2020-04-09T17:12:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T00:09:06.000Z (almost 6 years ago)
- Last Synced: 2025-05-03T03:57:21.623Z (11 months ago)
- Topics: ios, swift, xcode
- Language: Swift
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# War
Created by Varun Saini
War is a simple but popular card game. This app, which was one of my first apps ever, was based on a similar design from Chris Ching, also known as @CodeWithChris on social media, and it taught me about stack views, random numbers, buttons, and image views.