Simple single player card game. Pick card make hand according game room rules.
Main idea to create this game to test card game and also some feature of api calling to test user login.
- Dependency Injection
- Service locator
- Observer design pattern
- Object pooling
- ScriptableObject
- MVC-S architecture
- Singleton design pattern
- Player can login after OTP
- Select game room
- Select card from deck check if matched with your game play requirement and drop card which is not required.
- Main goal to achieve game room target. For example - we have game 21 that means all cards total must be 21 to win.


