A simple 2-player game with chat capability.
One player attempts to choose a direction of a shot and the other player attempts to save the ball from entering the goal.
The players are connected through serial communication between 2 computers.
The game is written in x86 assembly language for Microprocessors course.
-
Clone this repository.
-
Make sure to install DOS box.
-
Assemble main.asm from the DOS box using
masm main.asm;
-
Connect to anothor computer using serial cable or using virtual serial ports.
-
Run the ouput
.exe
file and enjoy.