Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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