C#beginnercliAI generated

Console Hangman with Word Bank Files

A classic Hangman game played in the console where word lists are loaded from category-specific text files, ASCII art shows remaining guesses, and a difficulty setting controls word length. Learners practice file reading, string manipulation, and control flow in C#.

Estimate
~6h
Steps
5
Completed by
0
Proposed by
codeseed.app

.NET CLI

Project roadmap

  1. 01

    Load word banks from files

    ~1h

    Read category word-list text files into memory and let the player pick a category and difficulty.

  2. 02

    Implement the guessing state machine

    ~1.5h

    Track guessed letters, revealed word progress, and remaining attempts.

  3. 03

    Render ASCII hangman art

    ~1.5h

    Display progressively more of a hangman drawing based on wrong guesses remaining.

  4. 04

    Handle win/lose conditions

    ~1h

    Detect when the word is fully revealed or attempts run out, and show an appropriate end screen.

  5. 05

    Add a score/streak tracker

    ~1h

    Track wins across rounds in a session and display a running score.

Resources

Ready to build this?

Get a GitHub repo and start building. Your AI reviewer checks each step as you go.

~6h · 5 steps

Tech stack

.NET CLI