Skip to content

OmriPy/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Pong

My version of the known game Pong. I used this tutorial as a guide to building the game.

DOSBox installation

Visit this link to install DOSBox on your computer

Compiling

Type the following lines in DOSBox:

tasm

Using tasm you will be able to see if there are errors in the code.

tasm Pong

or

tasm pong

It doesn't matter.

tlink

tlink Pong

or

tlink pong

Debugging

if you want to dubug the code you can enter the turbo dubgger by typing:

td Pong

or

td pong

Running

In order to run the program, simply type its name.

Pong

or

pong

About

My version of the known game Pong. Created in Assembly x86 tasm. This game was my finish project for Computer Science (Cyber) class at 10th grade

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors