Skip to content

Limo01/Lazy-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy-card-game

Realization of a card game using QT framework.

How to run - Windows

Download the latest realese and install the program:

How to run - Linux

Clone this repository and type the following command inside the LazyCardGame folder to compile the program:

  1. qmake lazyCardGame.pro
  2. make

To run type the command: ./lazyCardGame

Class diagram

The class diagram is reachable here.

Requirements (for Linux only)

  • QT library installed

Screenshot