Skip to content

This is a project of a poker game, created for 2nd year project of the university of Le Mans

License

Notifications You must be signed in to change notification settings

BouquetTristan/Poker_L2_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

This is a project of a poker game, created for 2nd year project of the university of Le Mans. Screenshot

How to run without installation ?

  1. download and extract archive
  2. cd at root folder of the extracted archive
  3. make install-sdl if SDL libraries are not installed yet
  4. ./poker (chmod +x if it does not launch)

How to install ?

This will build, copy the game to the desired installation folder and add shortcuts into your applications menu and desktop

  1. launch ./install.sh (sudo ./install.sh if needed)
  2. click on poker icon from your application launcher

How to uninstall ?

This will remove the installation folder and all the game shortcuts

  1. click on uninstall icon from your application launcher

How to build from the sources ?

makefile using :

  • make help (details the list of commands below)
  • make all (compile the game)
  • make clean (remove all .o files)
  • make clean-logs (remove the last installation logs from install_dir.txt)
  • make mrproper (call clean target + remove the executable poker)
  • make install-sdl (install SDL, SDL_image, SDL_ttf, and SDL_mixer libraries V1.2 via apt package manager)

Development team

About

This is a project of a poker game, created for 2nd year project of the university of Le Mans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published