A simple Java implementation of the classic game of Uno! The core of the project consists of a few major classes, the card the deck and game classes. With these classes we can make object ...
I began working on this project to further my understanding of the Java language. I decided that a good project to start with would be the game of UNO. It has multiple moving parts and different ...