Hangman Game in Assembly Language [EMU 8086]
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters within a certain number of guesses.
Click here to know more about the 👉 Hangman Game
I spent a lot of time and effort building this game. All I ask of you is to not claim this effort as your own. You can redistribute it or modify it.
Please give me proper credit by linking back to
The Young Programmer [TYP 💻] Thanks!
For compiling and launching HANGMAN on Linux check out this Video
you will have to install
* WINE <http://www.winehq.org/>
* DOSBOX <http://www.dosbox.com/>
Then, go to the source directory and type the following command for getting the build environment (an internet connection is required):
make buildenv
Next just launch the make command for building the program:
make
For launching HANGMAN after the compilation, just run the generated hangman.sh script:
./hangman.sh
Open the main.asm file with emu8086.exe
and click on the build button on the GUI.
For sponsorship, errors and more Programming game 🎮 the.young.programmer.team@gmail.com