Some popular offline games with an online twist with python. The games are made in 2 formats, the normal command line text-based format, and a graphical user interface format made with the help of PyQt5.
There are 3 versions of my application,
- Command line version
- Window version with PyQT5 GUI
- Combined version
To try it yourself, view it here:
GitHub Pages
Run on repl.it!
Clone the directory with git clone https://github.com/ikathuria/PythonGames.git and navigate to the directory. See file structure for more information.
| NAME | FILE DESCRIPTION | LINK |
|---|---|---|
text_games |
This folder contains all the files for the command line version of the games. | Click Me |
play.py |
Main file for the command line version of the games. | Click Me |
ui_games |
This folder contains all the files for the GUI version of the games. | Click Me |
gui_games.py |
Main file for the GUI version of the games. | Click Me |
main.py |
The main file to run everything together. | Click Me |
gui_games.exe |
Exe file compiled to run the GUI games. | Click Me |





