Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aykhan019/uno

A Java-based Uno card game simulation with a graphical user interface (GUI) where users can play against AI opponents, track game statistics, and view leaderboards.
https://github.com/aykhan019/uno

cardgame comp132 game gui java oop project simulation swing uno

Last synced: about 2 months ago
JSON representation

A Java-based Uno card game simulation with a graphical user interface (GUI) where users can play against AI opponents, track game statistics, and view leaderboards.

Awesome Lists containing this project

README

        

# 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](#project-overview)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [Contributing](#contributing)
- [License](#license)

## 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/aykhan019/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
[![UNO Card Game Demo](https://media.aykhan.net/thumbnails/projects/uno.jpg)](https://www.youtube.com/watch?v=pNG8FPtT-xk)

## 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](LICENSE).