Releases: topherPedersen/CoCoPONG
v1.0.0 CoCoPONG
My own version of Pong for the Radio Shack TRS-80 Color Computer I, written in Microsoft Color BASIC.
v0.1.16 CoCoPONG
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
Added some information to the splash screen regarding game controls ('w' for up, 's' for down)
v0.1.14 CoCoPONG
Added splash screen.
v0.1.13 CoCoPONG
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
Added a nice "Play Again ?" screen. Still a few bugs to work out.
v0.1.11 CoCoPONG
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
Fixed bugs from previous release (v0.1.9).
v0.1.9 CoCoPONG
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
Crossed an item off the TODO list (prevent paddle from going off screen). Now just 4 or so TODO items left!
TODO:
-
Create "AI" to move the computer opponent's padde.
-
Stop Game at 21 Points
-
Create "Play Again?" SUBROUTINE: "Y" for Yes, "X" for Exit
-
Possibly Add a Splash Screen before gameplay begins