Skip to content

ikathuria/PythonGames

Repository files navigation

Python Games

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.

What my application does

There are 3 versions of my application,

  1. Command line version
  2. Window version with PyQT5 GUI
  3. Combined version

To try it yourself, view it here:
GitHub Pages
Run on repl.it!

How to use

Clone the directory with git clone https://github.com/ikathuria/PythonGames.git and navigate to the directory. See file structure for more information.

File structure

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

What it looks like

License

MIT

About

Some popular offline games given an online twist with python.

Topics

Resources

License

Stars

Watchers

Forks