Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.8 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.8 KB

Uno Card Game Simulation

This is a Java project implementing a simulation of the Uno card game. It allows users to play Uno against computer-controlled opponents via a graphical user interface (GUI).

Table of Contents

Project Overview

In this project, I aimed to practice object-oriented programming (OOP) in Java and learn how to work with GUIs using Java Swing Framework. The game includes functionalities such as card drawing, playing, user registration, login, leaderboard, and game statistics tracking.

This project was developed as part of the COMP132: Advanced Programming course at Koç University.

Features

  • User registration and login
  • Main menu with leaderboard and user statistics
  • Game session creation
  • Gameplay with card interactions and special effects
  • Interaction with AI opponents
  • Logging of game events for review and analysis

Installation

To run the Uno Card Game Simulation, follow these steps:

  1. Clone the repository: git clone https://github.com/Drongo-J/UNO
  2. Open the project in your preferred Java IDE.
  3. Build and run the project.

Usage

Once the project is running, you can:

  • Register and log in with unique usernames and passwords.
  • Create game sessions.
  • Play Uno against computer-controlled opponents.
  • View user statistics and leaderboard.

Demo

Watch the demonstration video on YouTube

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.