Skip to content

Commit 8908cf9

Browse files
Update README.md
1 parent ea0a8fb commit 8908cf9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# CardJitsuClone
22
I make a simple Card Jitsu Game Clone for iOS using SwiftUI MVVM
33

4-
The code might be very disgusting, sorry I'm new
4+
The code might be very disgusting, leave me alone
55

6-
It's my current best attempt of using SwiftUI and MVVM to create a simple App
6+
> This is one of the progress I have made in terms of Functional Programming using SwiftUI and MVVM
77
8-
Most of the imagery was made up using SwiftUI itself and Apple's Emojis
8+
> Most of the imagery was made up using SwiftUI itself and Apple's Emojis
99
1010
Most of code were purely from me. However, some of them were not, but all of them were licensed with the permission for commercial use.
11+
12+
```swift
13+
struct BattleSystem { ... }
14+
struct Grid { ... }
15+
```

0 commit comments

Comments
 (0)