Found 1,197 repositories(showing 30)
argonlaser
The traditional hangman game on your command line !
bdjnk
Command line hangman game, written in C
sunnyeyez123
A command line game of hangman built in python
AaronChelvan
A hangman game for the command line.
philipstubbs13
A command line version of the classic Hangman game built using Node.js, Inquirer, and Javascript constructors. See how many Minnesota cities you can guess correctly.
ramirolpz55
A Node.js Command line Hangman App that uses the Movie DB API to gather Actor names via user input then uses the name to create a Hangman game via the command line.
kellyky
Text-based game: Hangman. Played in the Command Line and using Google's 10,000 most common English words.
lisan-5
Hangman is a simple command-line game implemented in C++. Guess letters to reveal a hidden word before you run out of attempts.
pkprajapati7402
A simple C++ command-line implementation of the classic Hangman game. Guess the hidden word letter by letter before running out of attempts. This project provides an interactive and enjoyable way to practice basic programming concepts.
Jimfarrugia
Hangman game to be played in a command-line interface. By Jim Farrugia and Natasha Khatri
masterdragon858
A small hangman cmd line game made with rust!
ronanboiteau
C command-line Hangman game.
GiorgiBeriashvili
Command-line interface rendition of hangman.
raykeating
multiplayer command-line hangman made with Java
juliedlevine
Hangman ascii art module, allows user to insert different hangman levels into their command line game
titan3755
A simple command-line hangman game made with the rust programming language.
saber-khakbiz
This is a simple command-line implementation of the classic game of Hangman, written in Python.
Abhrankan-Chakrabarti
A collection of Hangman game implementations: GUI with Python and Tkinter, command-line versions for Python 2 and 3, and a web-based version using HTML, CSS, and JavaScript.
imwithye
Command line interface, Hangman game in Python
jameslinjl
Python, Tkinter - basic hangman game with both command line and GUI versions
ralphbean
Command-line hangman
YassineKifane
Shell command-line Hangman Game.
ColeBallard
Command line hangman without the crass.
eknapp44
Simple command line hangman game using golang.
ErenEksen
Command Line Hangman game written in Rust!
ZakGiles
Simple hangman game in the command line
KumarArab
A command line Hangman game written in python
metedagsuyu
A command line game of Hangman to use my Introductory Computer Science skills
connorcarpenter15
A primitive hangman game coded in C++ and run in the command line.
YassineKifane
C command-line Hangman Game using forks ( Father and Child process ), Signals, and pipes.