SLIDER
I found the game
SOKOBAN
compiled for the machine KC85/4 at the
German
site
„
Software-Archiv des KC-Clubs
"
.
Sources for a game similar
SOKOBAN
called
SLIDER
reside in the paragraph
„
CP/M-Spiele
"
or
„
(Turbo-)PASCAL
"
.
The difference between them is shown as follows:
SOKOBAN
SLIDER
Output:
Grafics
Text
Field defined:
in file
in program code
Miscellaneous:
Uses a timer
I adapted the timer routine for CP/M 3. The project is made up of six files:
SLIDER.PAS
, the main program.
INKEY.MOD
, keyboard routine.
TIMER.MOD
, adapted timer routine.
SLIDER-0.PIC
, definition of fields 1-10.
SLIDER-1.PIC
, definition of fields 11-20.
SLIDER-2.PIC
, definition of fields 20-28.
Back to SOKOBAN