Attached is a sample project that is a multiplayer black jack card game written using the UNet HLAPI. It uses the Unity UI system, but the user interface is very primitive.
It is missing some features, such as "spit" and "double down", but the game is functional multiplayer blackjack.
There is a CardManager object in the scene that handles the game turn states and which player's turn it is.
There are Player objects for each player.
There is a special player object for the dealer - which...
BlackJack sample
It is missing some features, such as "spit" and "double down", but the game is functional multiplayer blackjack.
There is a CardManager object in the scene that handles the game turn states and which player's turn it is.
There are Player objects for each player.
There is a special player object for the dealer - which...
BlackJack sample