Skip to content

Releases: topherPedersen/CoCoPONG

v1.0.0 CoCoPONG

24 Sep 19:07
aaaf790
Compare
Choose a tag to compare

My own version of Pong for the Radio Shack TRS-80 Color Computer I, written in Microsoft Color BASIC.

v0.1.16 CoCoPONG

24 Sep 18:53
be9de70
Compare
Choose a tag to compare

Fix ?UL ERROR bug. However, need to fix another bug which cases the computer opponent's paddle to be partially erased by a line of text which is printed on the screen in between games.

v0.1.15 CoCoPONG

24 Sep 18:41
a99198e
Compare
Choose a tag to compare

Added some information to the splash screen regarding game controls ('w' for up, 's' for down)

v0.1.14 CoCoPONG

24 Sep 17:49
203ca07
Compare
Choose a tag to compare

Added splash screen.

v0.1.13 CoCoPONG

24 Sep 08:43
2a85333
Compare
Choose a tag to compare

Game is ALMOST done! Just need to add a splash screen and fix the ?UL ERROR that occurs when the user exits the game.

v0.1.12 CoCoPONG

24 Sep 08:29
4516e3b
Compare
Choose a tag to compare

Added a nice "Play Again ?" screen. Still a few bugs to work out.

v0.1.11 CoCoPONG

24 Sep 08:07
9b15082
Compare
Choose a tag to compare

Scratched another item off the TODO list. Game now stops when someone reaches 21 points. However, need to fix a few bugs. The scoreboard only prints up to 20, need to add some code that prints that last point on the scoreboard. Also, need to prompt the user: "Play Again? Press 'Y' for Yes, 'N' for No

v0.1.10 CoCoPONG

24 Sep 07:45
6eb096e
Compare
Choose a tag to compare

Fixed bugs from previous release (v0.1.9).

v0.1.9 CoCoPONG

24 Sep 07:16
9888509
Compare
Choose a tag to compare

Added game ai. However, the ball is moving too slow now and the opponents paddle moves in a glitchy manner. Need to definitely work on this, but the game is headed in the right direction.

v0.1.8 CoCoPONG

18 Sep 07:51
2346759
Compare
Choose a tag to compare

Crossed an item off the TODO list (prevent paddle from going off screen). Now just 4 or so TODO items left!

TODO:

  1. Create "AI" to move the computer opponent's padde.

  2. Stop Game at 21 Points

  3. Create "Play Again?" SUBROUTINE: "Y" for Yes, "X" for Exit

  4. Possibly Add a Splash Screen before gameplay begins