Skip to content

A simple 2-player pong game with chat capability written in x86 assembly language.

Notifications You must be signed in to change notification settings

OmarBazaraa/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong

A simple 2-player pong game with chat capability.

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, Game.asm, and Chat.asm files from the DOS box using
    masm code\Main.asm;
    masm code\Game.asm;
    masm code\Chat.asm;

  • Link the .obj object files from the DOS box using
    link Main+Game+Chat;

  • Connect to anothor computer using serial cable or using virtual serial ports.

  • Run the ouput .exe file and enjoy.

Screenshots

alt text

alt text

alt text

About

A simple 2-player pong game with chat capability written in x86 assembly language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published