Skip to content

Releases: copsicle/AsmProject

Basic Space Pong v1.5

09 Jun 16:39
Compare
Choose a tag to compare

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

08 Jun 18:47
Compare
Choose a tag to compare

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

08 Jun 15:57
Compare
Choose a tag to compare

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

07 Jun 11:56
Compare
Choose a tag to compare

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

06 Jun 22:15
Compare
Choose a tag to compare

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

05 Jun 19:41
Compare
Choose a tag to compare

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.