Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 717 Bytes

Briscola

The original repository can be found here

GUI

How to run the game with the GUI

Run python gui/briscola_gui.py and play!

How to build an executable using Pyinstaller

  1. Move to the GUI folder cd gui
  2. Run pyinstaller briscola_gui.spec and wait...
  3. You can find the executable briscola_gui.exe on briscola-rl/gui/dist

Can I run the other files without using the GUI?

Of course! If you run for example human_vs_ai.py it is recognized that you do not want to use the GUI. (If there is any problem please do not hesitate to contact me: Alberto Ursino).