Skip to content

This is a simple implementation of the classic Pong game using 8086 Assembly for the Microprocessors (CMPE 475) class project at AUBH in Spring 2024.

Notifications You must be signed in to change notification settings

imrun10/Pong-Game-8086-ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Game

Pong Game Screenshot

Description

This is a simple implementation of the classic Pong game using 8086 Assembly for the Microprocessors (CMPE 475) class project at AUBH in Spring 2024. The game involves two paddles and a ball, and the goal is to bounce the ball off the paddles and prevent it from going past your paddle. The game is played in a two-player mode, where each player controls a paddle using w and s for P1 and O and L for P2.

Installation

  1. Download the repository.
  2. Download DOSbox.
  3. Open DOSbox.
mount c c:\your\directory\path
c:
masm /a pong.asm
;
link pong
;
pong
  1. Enjoy

About

This is a simple implementation of the classic Pong game using 8086 Assembly for the Microprocessors (CMPE 475) class project at AUBH in Spring 2024.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published