Games written or adapted for CP/M ZX2022 computer. All written in Turbo Pascal 3.0 for CP/M.
A flappy-bird like game for CP/M OS and ANSI color or VT-102 B/W terminal 80x24.
Controls:
SPACE : Maked bird fly
q : Quit
Adaptation of brick-style CP/M game for classic CP/M ANSI color or VT102 B/W terminal 80x24.
Controls
z : Move bat left
x : Move bat right
any key : Stop bat
q : Quit
Adaptation of 2048 game written for CRISS CP/M computer to ANSI color terminal.
Adaptation of color balls game written for CRISS CP/M computer to ANSI color terminal.
You may use and modify source code for your own purpose. Compiling instructions:
- Copy Turbo Pascal 3 to target CP/M system.
- Start Turbo Pascal 3.
- Set drive, main file to FLAPCPM.PAS.
- Set compiler options to COM.
- Compile.
With a little changes this game might be compiled and run under DOS with Turbo Pascal 5.5 or 7.0. Simply add "uses crt", change code for using DOS crt functions.


