
Uno Card Game in Java Part 5 – Game Class (Code Clique)
Code Clique
Views: 4172
Like: 44
Uno Card Game in Java Part 5
In this video, we continue the Uno Game class. If you have any questions or comments drop them in the comment section. Also if you have any requests leave them in the comments and I may cover it in a future video. Thanks for watching!
In this video, we continue the Uno Game class. If you have any questions or comments drop them in the comment section. Also if you have any requests leave them in the comments and I may cover it in a future video. Thanks for watching!
05.02.2022
Is it okay that you compared in line 131 two string . On this way you compare the references and I am not sure about that . about I am sure that I we used equals() to compare the strings would be correct for sure
You forget to add IllegalAccessException to the functions
Do you reply on here? I'm a beginner Java student so I just had some confusions I wanted to clear up.
Make more! Finish the series please!
Where is the hasEmptyHand() function?
I cannot find the symbol InvalidPlayerTurnException, how and where should I put it