Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 756 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 756 Bytes

Penality kick

GitHub license

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.

How to use?

  • 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.