Skip to content

rafa-houssam/UNO_GAME-TP1_ALSDD-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UNO Game in C

UNO Game

Welcome to the UNO game implemented in C! This project is a console-based version of the popular card game UNO.

Description

This UNO game follows the traditional rules of UNO and can be played by 2-4 players. The game features:

  • Drawing and playing cards
  • Special action cards (Skip, Reverse, Draw Two, Wild, and Wild Draw Four)
  • Winning conditions

Features

  • Multiple Players: Supports 2 to 4 players.
  • Action Cards: Implements all UNO action cards.
  • Console Interface: Simple text-based interface for ease of play.

Installation

To play the UNO game, you need to compile the C source code using a C compiler like gcc.

gcc -o uno_game uno_game.c
./uno_game

Video Tutorial

For a detailed walkthrough of the UNO game, check out a video on YouTube:

Watch this video on YouTube


Thank you for checking out our UNO game! We hope you enjoy playing it as much as we enjoyed creating it.

About

this project is a consol version of uno game implemented in c language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published