1
0
vt100-games/HDimage/u0/ROBOTS.DOC

59 lines
1.4 KiB
Plaintext
Raw Normal View History

ROBOTS
Robots is a turn-based game for CP/M.
2020-12-02 15:36:30 +01:00
Its based on ROBOTS, a BSD game (but no source code was taken from it).
The objetive of the robots is only one: to kill you.
The only thing you can do, is to try to escape from them. But use the
teletransportation with care: you have only a few teletransport tickets!
The robots will die if they collide between them or crash against
something.
2020-12-02 15:36:30 +01:00
Thats your only opportunity to win the robots.
Good luck!
Copyright (c) 2015 Miguel García / FloppySoftware
2020-12-02 15:36:30 +01:00
A clear screen function (VT100) has been added by me (Anna Christina
Naß acn@acn.wtf.
Original Repository: https://github.com/MiguelVis/RetroProjects Website:
http://www.floppysoftware.es/robots.html?path=cpm_projects|robots
The file ROBOTS.COM is the compiled game file.
Commands
Move the player .P. using the numpad numbers as shown on the screen.
Press T for teletransportation and Q for quit.
Compile:
2020-12-02 15:36:30 +01:00
To compile, use MESCC, “Mikes Enhanced Small C Compiler”. See:
http://www.floppysoftware.es/mescc.html?path=cpm_projects|mescc
In the directory mescc, I provide the files neccessary to compile
Robots, using:
CC ROBOTS
CCOPT ROBOTS
ZSM ROBOTS
HEXTOCOM ROBOTS
Note that only the really neccessary files are provided - see the link
above for the full MESCC compiler and source code!
License:
GPL Version 2, see copying.txt - valid for MESCC and Robots.