A game I made as part of an online course on Python. The uagame module included in the repository is a module made by the creators of the course.
(Instructions for Windows)
- Download and install Python 3
- Check to make sure PIP is installed
- Install pygame by running the following code on Command Prompt
pip3 install pygame
- Download the source code as well as the uagame module file from the repository and run the file named ‘Hacking.py’ just as any other Python script file
The aim of the game is to guess the password to the system from the given words that are embedded in random characters. The user has 4 attempts to correctly guess the password, and every time the user makes an incorrect guess, the game provides a hint showing how many of the letters from the user’s guess are in the correct position.