UNO
Welcome! This is a project for UIUC sp2021 CS242 assignment1, which is a UNO game on pc.
Currently the game is still in progress.
Environment
This application is built with Java and Swing package, thus we need:
- Java JDK to run the application
- Java IDE to modify the application
- Junit 4 to run Unit Tests
Features
- Has basic UNO rules and cards.
- Extra rules: additon2 and subtract2 are added.
- Randomly select a player to start game from.
- Interactive GUI (in progress)
- Strategy AI (in progress)