Japanese
Star Trek Game (Prolog Version)
70's old game
'Star Trek'.
Further information is found
here, Pete Turnbull's WebPage .
I have rewritten a StarTrek game in Prolog Language (ISO compliant).
You can play under Windows, BSD, MacOSX, Linux etc..., Be independent from OS!!!
You may install following one, and play.
To start StarTrek, in Prolog Prompt:
?- consult('trek.pl').
?- trek.
Revision hitory
First release (Ver1.0 2007/FEB/06)
Star Trek Reference manual
Navigation reference
Coordinates System
displayed (X,Y) means
- X: vertical
- Y: horizontal
Example:
Enterprise is at (5,0) below figure
Direction specification (Warp/Torpedo)
*You can specify with
real number (ex. floating point).
Command reference
Commands
- w: WARP
- s: FOR SHORT RANGE SENSOR SCAN
- l: FOR LONG RANGE SENSOR SCAN
- p: TO FIRE PHASERS
- t: TO FIRE PHOTON TORPEDOES
- z: TO RAISE OR LOWER SHIELDS
- r: FOR DAMAGE CONTROL REPORTS
- c: TO CALL ON LIBRARY-COMPUTER
Library Computer Commands
- g: CUMULATIVE GALTIC RECORD
- s: STATUS REPORT
- t: PHOTON TORPEDO DATA
- b: STARBASE NAV DATA
TAKEOKA HomePage