First install these programs:
- DOSbox
- 8086 Assembler
- A text editor
Download this repo, extract it and paste all the all files in your newly created folder. The assembler is already included
mount c c:\[FOLDER PATH]
c:
Open DOSbox and type:
$ masm /a pong.asm
$ link pong
$ pong
W
S
- player 1O
L
- player 2space
- toggle pauseR
- restart gameE
- exit game/main menu