A downloadable game

Download NowName your own price

Bre4kout (CP/M Pascal Game)

===========================

Bre4kout is a text-mode brick breaker game for CP/M.

Gameplay

--------

- Break all bricks to clear the level.

- Keep the ball in play with the paddle.

- You lose a life when the ball falls below the paddle.

- Game ends when all lives are lost.

Controls

--------

- A / a : move paddle left

- D / d : move paddle right

- SPACE : launch ball

- Q / q : quit current game

Scoring

-------

- Brick hit: +10 points

- Paddle hit: +1 point

- Level clear bonus: +200 points

High Score

----------

- Scores are loaded from and saved to: BSCORE.TXT

Build / Run

-----------

- Source file: BREAKOUT.PAS

- Compile with Turbo Pascal for CP/M.

- Run the produced COM program on your target CP/M system/emulator.

Speed Tuning

------------

- Main frame pacing is controlled in BREAKOUT.PAS in the main game loop:

  for i:=0 to 2 do

      delay(10000);

- Increase delays for slower gameplay, decrease for faster gameplay.

Published 18 days ago
StatusReleased
AuthorAndre4s
ContentNo generative AI was used

Download

Download NowName your own price

Click download now to get access to the following files:

BREAKOUT.zip 4.7 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.