1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;; __ __ _______ __ _ _______ __ __ _______ __ _ ;;
3
;; | | | || _ || | | || || |_| || _ || | | | ;;
4
;; | |_| || |_| || |_| || ___|| || |_| || |_| | ;;
5
;; | || || || | __ | || || | ;;
6
;; | || || _ || || || || || _ | ;;
7
;; | _ || _ || | | || |_| || ||_|| || _ || | | | ;;
8
;; |__| |__||__| |__||_| |__||_______||_| |_||__| |__||_| |__| ;;
11
;; HANGMAN - An implementation of the Hang Man game in assembly (Emu8086) ;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
COMPILING AND LAUNCHING THE PROGRAM
20
For compiling and launching HANGMAN on Linux, you will have to install
21
* WINE <http://www.winehq.org/>
22
* DOSBOX <http://www.dosbox.com/>
24
Then, go to the source directory and type the following command for
25
getting the build environment (an internet connexion is required):
29
Next just launch the make command for building the program:
33
For launching HANGMAN after the compilation, just run the generated
41
Open the main.asm file with emu8086.exe <http://www.emu8086.com/>
42
and clique on the build button on the GUI.