-
Hager Ismail @hagerali99
-
Nerdeen Ahmad @nerdeen
-
Nihal Mansour @Nihal-Mansour
-
Omar Mostafa @3omar-mostafa
-
Same screen is used for both players
-
Each player use his own device and they are connected serially by UART protocol
Download game , it can only work inside Dosbox
- Install
Dosbox
- Download Microsoft (R) Macro Assembler (MASM) for 16-bit version 5 , download from here
- Download Microsoft (R) Segmented Executable Linker (Link) for 16-bit version 5 , download from here
- Clone this repository
git clone https://github.com/3omar-mostafa/Hit_and_Run.git
- Put
masm.exe
andlink.exe
inHit_and_Run
folder - Open
Dosbox
and mount the folderHit_and_Run
you clonedReplacemount c c:/%PATH_TO_FOLDER%/Hit_and_Run c:
%PATH_TO_FOLDER%
with your actual folder path (Recommended to have path in English and folder names with no spaces) - Type
build
to build the program - Type
Game
to run the game