Releases: copsicle/AsmProject
Basic Space Pong v1.5
Extract in a folder and run the exe file, only masm is required since the rest of the files are in the archive.
I recommend disabling your antivirus before extracting since a lot of antiviruses seem to have a problem with assembly exe's.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
Space - Start the game (start screen only).
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 10 points wins! (after 10 points are scored the window closes)
Changelog:
Added end music.
Music now resets in a game restart.
Basic Space Pong v1.4
Extract in a folder and run the exe file, only masm is required since the rest of the files are in the archive.
I recommend disabling your antivirus before extracting since a lot of antiviruses seem to have a problem with assembly exe's.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
Space - Start the game (start screen only).
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 10 points wins! (after 10 points are scored the window closes)
Changelog:
Cleaned up code and resources.
Changed the background.
Reduced release file size by a bit.
Basic Space Pong v1.3
Extract and run the exe file, only masm is required since the rest of the files are in the archive.
I recommend disabling your antivirus before extracting since a lot of antiviruses seem to have a problem with assembly exe's.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 10 points wins! (after 10 points are scored the window closes)
Changelog:
Added music.
Added end screen.
Basic Space Pong v1.2
Extract and run the exe file, only masm is required since the rest of the files are in the rar.
I recommend disabling your antivirus before extracting since a lot of antiviruses seem to have a problem with assembly exe's.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 10 points wins! (after 10 points are scored the window closes)
Changelog:
Added two digit score counter.
Fixed annoying timings in pausing the game.
Upped the winning score.
Basic Space Pong v1.1
Extract and run the exe file, only masm is required since the rest of the files are in the rar.
I recommend disabling your antivirus before extracting since a lot of antiviruses seem to have a problem with assembly exe's.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 5 points wins! (after 5 points are scored the window closes)
Changelog:
Fixed task staying open after closing window (only with escape or when winning the game).
Added score counting.
Basic Space Pong v1.0
Extract and run exe, only masm is required since the rest of the files are in the rar.
Controls:
W, S - Up and down for player 1 (player one is on the left).
Up arrow, Down arrow - Up and down for player 2.
P - Pause the game
R - Restart the game
Escape - exit the game
First one to 5 points wins! (after 5 points are scored the window closes)
For some reason, the program stays active after you close it so just end the task in task manager once you're done.