3omar-mostafa / Hit_and_Run

Dosbox 8086 Assembly Game inspired from Bomberman (Dyna Blaster)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hit and Run

8086 Assembly Game inspired from Bomberman (Dyna Blaster)

This is a group Project made for Microprocessor Systems Course

Made By :

Gameplay:

The Game support two modes :

  • Split Screen Mode :

    Same screen is used for both players

  • Two Devices Mode :

    Each player use his own device and they are connected serially by UART protocol

Game Demo

Game Demo

Game Instructions and Legend (From Inside The Game):

Game Instructions 1 Game Instructions 2 Game Instructions 3 Game Legend

Download Game:

Download game , it can only work inside Dosbox

How to Build :

  1. Install Dosbox
  2. Download Microsoft (R) Macro Assembler (MASM) for 16-bit version 5 , download from here
  3. Download Microsoft (R) Segmented Executable Linker (Link) for 16-bit version 5 , download from here
  4. Clone this repository
    git clone https://github.com/3omar-mostafa/Hit_and_Run.git
    
  5. Put masm.exe and link.exe in Hit_and_Run folder
  6. Open Dosbox and mount the folder Hit_and_Run you cloned
    mount c c:/%PATH_TO_FOLDER%/Hit_and_Run
    c: 
    
    Replace %PATH_TO_FOLDER% with your actual folder path (Recommended to have path in English and folder names with no spaces)
  7. Type build to build the program
  8. Type Game to run the game

About

Dosbox 8086 Assembly Game inspired from Bomberman (Dyna Blaster)


Languages

Language:Assembly 97.5%Language:Batchfile 2.5%