A simple single player implemntation of the game UNO in Java.
- A decent GUI written in Java Swing
- Play with upto 4 players on the same computer
- Works on Linux and Windows
- Dynamically generated cards without using any static images
- Track stats of players using achievements
- Play a game according to the official rules of UNO
- Java Development Kit (JDK) 16 or above
./gradlew build
.\gradlew.bat build
gradlew.bat build
- "run" to run the project
./gradlew run
- "jpackage" to bundle the built binaries into installer for respective environment
./gradlew jpackage