Made with Unity 2020.3.16f1
Based on the known Gin rummy card game, Gin rummy.
The game currently only supports 2 players. The first player to start acts also as the Host and the other player is only a client.
- Game Start: Each player is given 10 cards randomly from the deck.
- Game Loop: Each player on his turn chooses if to take a card from the discard pile or from the deck, then throws a card from their hand to the discard pile.
- Game End: once the 3-3-4 sequence of cards is reached by a player the game is over.
Open a new 3D Unity project and download this repo into the Assets folder.