Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.
/ hangman8086 Public archive

An implementation of the Hang Man game in assembly (Emu8086)

License

Notifications You must be signed in to change notification settings

flozz/hangman8086

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

No packages published