CS118 Group Project to build a hangman-based game in Python with full usability:
Hangman Project - Cole Boehlert, Jace Dutey, & Zachary Tull - Started Oct 27, 2025
Project Title: Python Hangman Course: CS118 Fundamentals of Programming Instructor: Dr. O Submission Date: 2025-11-23 Project Type: Group Group Members:
- Zachary Tull
- Jace Dutey
- Cole Boehlert File Purpose: Basic details and explanation
Hangman-Main.py is the actual game we are building Module_Hangman.py is for all functions besides main_menu() Hangman_Dictionary.txt is the word bank Stats.txt is for recording wins/losses
- How to play Hangman! Step 1: The computer chooses a random word after starting Step 2: You must guess one letter at a time Step 3: If you guess a word correct they will show where the underscores are Step 4: Incorrect guesses are a strike, you only get 6 strikes Step 5: To win you must guess all the letters before getting too many guesses wrong! Step 6: Have Fun!
test.py is my old code I'm using as a reference functions_file.py is obsolete