Skip to content
/ uno Public

A simple single player implemntation of the game UNO in Java.

License

Notifications You must be signed in to change notification settings

Ovenoboyo/uno

Repository files navigation

UNO

A simple single player implemntation of the game UNO in Java.

Features

  • 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

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9

Building from source

Requirements

  • Java Development Kit (JDK) 16 or above

Building

Bash

./gradlew build

Windows

Powershell
.\gradlew.bat build
CMD
gradlew.bat build

Build in above commands can be replaced by

  • "run" to run the project
./gradlew run
  • "jpackage" to bundle the built binaries into installer for respective environment
./gradlew jpackage

This project was made as an assignment for Symbiosis Institute of Technology

About

A simple single player implemntation of the game UNO in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages