The-Young-Programmer / Hangman-_-ASM

Hangman Game in Assembly Language [EMU 8086]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

images (2)

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!

Compiling and Launching The Program

GNU/LINUX:

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

WINDOWS:

Open the main.asm file with emu8086.exe

and click on the build button on the GUI.

NOTE

For sponsorship, errors and more Programming game 🎮 the.young.programmer.team@gmail.com

About

Hangman Game in Assembly Language [EMU 8086]


Languages

Language:Assembly 93.5%Language:ReScript 5.4%Language:Makefile 1.0%