Skip to content

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.

Notifications You must be signed in to change notification settings

unnamed-catalyst/Hacking-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hacking Game

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.

How to install

(Instructions for Windows)

  1. Download and install Python 3
  2. Check to make sure PIP is installed
  3. Install pygame by running the following code on Command Prompt
    pip3 install pygame
  4. 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

How to play

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.

Screenshots

Hacking 1

Hacking 2

Hacking 3

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages