$ stat ./projects/hangman.md
Title: Hangman
Date: 11/30/2025
Description: A classic Hangman game implemented in C++23 with a programming-themed word dictionary. Perfect for learning and entertainment!
A classic Hangman game implemented in C++23 with a programming-themed word dictionary. Perfect for learning and entertainment!
g++ -Wall -Wextra -Werror -std=c++23 hangman.cpp -o hangman
./hangman
~/.local/share/hangman/leaderboard.txtThe game includes programming and computer science terms like:
hangman/
āāā hangman.cpp # Main game source code
āāā hangman # Compiled executable
āāā README.md # This file
Feel free to:
This project is open source. Feel free to use, modify, and distribute as you see fit.
Finding related projects...
$ cd .. && ./projects.sh
ā Back to all projects