项目作者: jguev

项目描述 :
Hangman is a single-player desktop application simulating the paper and pencil guessing game, Hangman.
高级语言: Python
项目地址: git://github.com/jguev/Hangman.git
创建时间: 2021-02-22T08:11:58Z
项目社区:https://github.com/jguev/Hangman

开源协议:

下载


Hangman

Hangman: Final Project for COMP 380

Hangman is a single-player desktop application simulating the paper and pencil guessing game, Hangman.
The objective of the game is to guess a random generated word within a specific amount of allotted incorrect attempts.

Team Element(Spring 2020):sparkles:

:ballot_box_with_check: Developer: Johanna Guevara

:ballot_box_with_check: Developer: Christian Locker

:ballot_box_with_check: Developer: Lousia Manoael

:ballot_box_with_check: Developer: Renaldy Pospos

Instructions:

  • Step 1: Clone project to your local machine
  • Step 2: Install Python3
  • Step 3: Install Pygame
    1. python3 -m pip install pygame
  • Step 4: Run the application from the terminal with the commands below:
    1. cd Hangman
    2. cd Python
    3. python3 main.py
    Happy hanging!

hang