Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbdimitrov/tictactoe-ios
TicTacToe game written in Swift using MVVM-C architecture, RxSwift and Realm as a database
https://github.com/robbdimitrov/tictactoe-ios
realm rxswift swift tictactoe uitest unittest
Last synced: 21 days ago
JSON representation
TicTacToe game written in Swift using MVVM-C architecture, RxSwift and Realm as a database
- Host: GitHub
- URL: https://github.com/robbdimitrov/tictactoe-ios
- Owner: robbdimitrov
- Created: 2018-03-10T11:02:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T05:24:34.000Z (over 6 years ago)
- Last Synced: 2024-11-10T15:06:55.361Z (2 months ago)
- Topics: realm, rxswift, swift, tictactoe, uitest, unittest
- Language: Swift
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# TicTacToe game
Using MVVM-C architecture pattern
TODO:
- [X] Realm persistence
- [X] Unit Tests
- [X] Hide implementation details behind protocols
- [X] UI Tests
- [X] Code cleanup