Skip to content

StephSegaW/HangmanGroupProject

Repository files navigation

HangmanGroupProject

Hangman Group Project 2025

Supervisor: Daniella T Group: Oksana O, Magda R, Ramia E, Steph W

Using Python to create a Hangman Game.

Objective:

● Work with Python classes and methods to organise the game logic. ● Implement file handling to load words from a text file and save user data. ● Create a user-friendly terminal-based interface. ● Track user performance (e.g., number of guesses, time taken) and log results.


Basic Operations

✅ 1. Clone Repository from VS Code


✅ 2. Work on Your Branch

Main Branch (official stage)

Dev Branch (testing stage)

Your Branch

  • feature/game-logic - Ramia
  • feature/userdata - Steph
  • feature/file-handling - Magda
  • feature/ui - Oksana

How to create your branch example:

  • Use VS Code to create a branch
  • Create a Branch from Source Control
  • Name your branch accordingly to your assigned code
    • ex: feature/game-logic
  • Open Command Prompt to Run: git add .
    • make sure you are in the correct folder directory
  • Run: git commit -m "Short Description what you did"
  • Run: git branch -M main
  • Run: git push -u origin main

✅ 3. Notify Team

After pushing your branch to GitHub:

  • Open the Repository on GitHub
  • Create a Pull Request
  • Add a short message like “Please review game logic”
  • Once your team reviews and there are no merge conflicts, we will merge it into main

We should do a Test push/pull once to confirm everything works

Additional Help

About

Hangman Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages