Skip to content

juliaprzezdzik/Python_Uno_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is our implementation of popular card game "Uno". In the deck of cards there are green, blue, red and yellow cards with numbers from 0 to 9. There are also extra cards, like block, +2 or +4. Each player has 7 cards at the begginng. The game starts with random card taken from the stack of cards. Every player has to put on the stack a card that is either the same color or the same number as the card on the stack. They can also use extra cards. The person who will get rid of their cards first is the winner of the game.

Requirements

To run this project, you need:

  • Python 3.9+
  • The dependencies listed in 'setup.py'

Installation

First, clone the repository:

Then, install dependencies:

  • pip install .

And run code

  • python main.py

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages