Skip to content

rodrivas78/MSX-BASIC-PONG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PONG - MSX-BASIC

header image



For  2 players.

The first one who reaches 7 points wins.  

Controls:

 Joystick:    - (player 1)

 Keyboard:   - ARROWS  (player 2)

If you intend to study the code I recommend that you use the version 1 code (PONG.BAS).

Version 2 and 3 are optimized versions (with less spaces and lines). Version 3 is identical to version 2 but is configured for 1 player (use all the arrows keys).

Below links to play online:

Version 2: https://webmsx.org/?DISK=https://github.com/rodrivas78/MSX/raw/master/PONG_MSX/PONG_MSX.dsk

Version 3 (for one player): https://msxpen.com/codes/-MOjigYTi4oFoD5qUfAa

If you want to adjust the number of turns (by default it is 7 points), change the line 740. Put the value of C and D.

PT-BR: Para modificar o total de pontos que define quem é o ganhador (está definido para o total de 7) altere o valor das variáveis C e D na linha 740.

About

I did this just to get the rust off my BASIC :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages