Page 1 of 1

Star Treck (simple one)

Posted: Tue Jul 29, 2008 6:41 pm
by tsh73
Here is the entry for Text-based Program Challenge
It is conversion of text mode Star Trek game for JB.
It is playable ;)
Just read manual once and have a picture of compass near.
Just for a record - if you like that you can try Classic STAR TREK by NIckP on the same archive page. It is MUCH more convoluted (and probably much more interesting - if it is of interest for you).

Posted: Fri Aug 22, 2008 1:53 pm
by stpendl
This is a revised version to remove GOTOs that caused problems.
  1. replaced GOTOs by changing them to IF..END IF blocks
  2. corrected the way loops were exited by GOTOs
    used flag variables and EXIT FOR
Now there seem to be no more infinite loops and other unexpected behavior.