[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Could someone please help me with my pong game?[SOLVED]
Page 1 of 1

Could someone please help me with my pong game?[SOLVED]

Posted: Fri Jan 01, 2016 7:29 pm
by KidCut
Hey. I have done stuff in QBASIC and Apple II BASIC in the past and as of recently I have been working really hard to be able to gain the skills I need to design my own games. The past few days I have made a lot of progress and I decided that I have reached a point where I could code a simple game. I thought that pong, being one of the simplest (man was I wrong!) games there is, would be something I could easily get done. While I have been able to make a great deal of progress with this project, I am currently stuck on one single issue. The ball only bounces off the paddle at a VERY specific location. What I want is to have the ball bounce whenever it makes contact with the paddle, not only when it is dead center. I use QBASIC in DOSBox on OS X so I am not sure how to copy my code, but if screenshots are needed I will provide them.