This repository was archived by the owner on May 26, 2019. It is now read-only.
flozz/hangman8086
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; __ __ _______ __ _ _______ __ __ _______ __ _ ;;
;; | | | || _ || | | || || |_| || _ || | | | ;;
;; | |_| || |_| || |_| || ___|| || |_| || |_| | ;;
;; | || || || | __ | || || | ;;
;; | || || _ || || || || || _ | ;;
;; | _ || _ || | | || |_| || ||_|| || _ || | | | ;;
;; |__| |__||__| |__||_| |__||_______||_| |_||__| |__||_| |__| ;;
;; ;;
;; ;;
;; HANGMAN - An implementation of the Hang Man game in assembly (Emu8086) ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
COMPILING AND LAUNCHING THE PROGRAM
GNU/LINUX:
For compiling and launching HANGMAN on Linux, 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 connexion 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 <http://www.emu8086.com/>
and click on the build button on the GUI.