| ##############################
 BASIC 10 Liners Contest 2021
 iPonG
 
 Extreme256 Category
 programmed with Yape
 written by: FeCO
 (private)
 Credits: Roepipi for 251 char BASIC tool
 Greetings to: Doroghouse
 ##############################
 INSTRUCTIONS:
 This is an extended for bar version PONG game, with some bricks on the screen. if the cross touch the sides of
 the bricks they will explode. If the ball touch the "o"-s at the
 corners, the result is bigger booms.
 Enjoy the game!
 
 Recommended emulator:  YAPE+251_char... tool
 You have to load the 251 char... tool first, then run on any of the two modes.
 Then load iPonG.PRG and RUN.
 
 CONTROLS:
 , - left move
 . - right move
 at the end: Y key pressed restarts the game others will exit.
 
 CODE DESCRIPTIONS:
 0: Set the brick type
 1: Build the iPonG
 2: Display iPonG and set the corners
 3: Set the baes and bricks
 4-5: move the bars
 6: move the ball
 7-8: Collision detection
 9: Bar hit the ball, and final controls
 
 |