This repository has been archived by the owner on May 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
An implementation of the Hang Man game in assembly (Emu8086)
License
flozz/hangman8086
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
Name | Name | Last commit message | 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.
About
An implementation of the Hang Man game in assembly (Emu8086)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published