Skip to content

RMZeroFour/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Screenshot 1

Hangman

A simple hangman game made in python using pygame

Table of Contents
  1. About The Project
  2. Running From Source
  3. Screenshots
  4. License

About The Project

This is a fun little version of the popular game Hangman, made in python, using simple graphics and file handling concepts.
Players can choose topics to be asked words on, and the guess them letter by letter within 6 tries to save the hangman, otherwise the hangman dies and the game is lost.

This is an attempt to show how learning new words and concepts can be made more fun and interactive for students, by making use of games and visual media to keep them learning while entertained.
In recent years, with regular disruption of education of children, it has become increasingly more important to make learning easier and more accessible to them, whilst also making sure they don’t lose interest in it.

This game, while simple, can be extended for students of higher classes by various ways, such as incrementally increasing the difficulty, or by introducing additional challenges.
It can even be presented as a learning and creative exercise to the player to add more words, and they can even be encouraged to tinker around with the source code to see how they themselves can extend the game.

Built With

Pygame

Running From Source

To get this project running locally from source, follow these steps:

Prerequisites

  • Python interpreter (>= 3.8)

Instructions

  1. Clone the repo
    git clone https://github.com/DevChrome/Hangman.git
  2. Install the pygame module
    pip install pygame
  3. Run the main.py file
    python3 ./main.py

Screenshots

Screenshot 2 Screenshot 3 Screenshot 4

License

Distributed under the MIT License. See LICENSE.txt for more information.

[Back To Top]

About

A simple hangman game made in pygame.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages