Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 976 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 976 Bytes

Python Word Game

Downloading

Start by downloading the zip file provided in the releases tab. Make sure to download the latest release to enjoy the new and improved features of the game. Proceed to unzip it using your favourite file archiver utility! Open the default terminal in your operating system e.g. Command Prompt on the Windows operating system. Type cd path/to/unzipped/folder or cd C:\path\to\unzipped\folder depending on your operating system. You can play the game by typing python main.py if you are on Windows or python3 main.py if you are on Linux or Mac operating systems.

Why did I make this?

After taking a 2 month long break, I wanted to spend my time effectively to code a small and fun Python project. Shout-out to my friend, hyperf1fan for giving me this awesome idea!

Enjoy the game!