Discussion:
Starflight
(too old to reply)
Doug Hoffman
2023-02-19 20:15:25 UTC
Permalink
Rick Carlino's Cosmic Conquest adventure game, written in Forth,

see: https://github.com/RickCarlino/Cosmic-Conquest-1982
and:


reminded me of the old StarFlight adventure game that was originally written in a custom Forth with a lot of code words. But I recall a lesser version of StarFlight that someone converted to standard Forth. Perhaps 10+ years ago.

I remember running StarFlight (I believe it worked on Gforth, SF, VFX, and other Forths). After seeing Rick Carlino's Cosmic Conquest, I wanted to go back and take a look at StarFlight but I am unable to locate the source code.

Does anyone know where the StarFlight source is and could you direct me to it? Thank you in advance.

-Doug
minf...@arcor.de
2023-02-19 22:12:37 UTC
Permalink
Post by Doug Hoffman
Rick Carlino's Cosmic Conquest adventure game, written in Forth,
see: https://github.com/RickCarlino/Cosmic-Conquest-1982
and: http://youtu.be/8jaLnr2oSqw
reminded me of the old StarFlight adventure game that was originally written in a custom Forth with a lot of code words. But I recall a lesser version of StarFlight that someone converted to standard Forth. Perhaps 10+ years ago.
I remember running StarFlight (I believe it worked on Gforth, SF, VFX, and other Forths). After seeing Rick Carlino's Cosmic Conquest, I wanted to go back and take a look at StarFlight but I am unable to locate the source code.
Does anyone know where the StarFlight source is and could you direct me to it? Thank you in advance.
Perhaps this helps:
https://github.com/s-macke/starflight-reverse
Doug Hoffman
2023-02-20 12:25:26 UTC
Permalink
Post by ***@arcor.de
https://github.com/s-macke/starflight-reverse
That is C code. I don't read C. What I remember was all modern high level Forth.

But thanks for looking.

-Doug
dxforth
2023-02-20 03:28:57 UTC
Permalink
Post by Doug Hoffman
Rick Carlino's Cosmic Conquest adventure game, written in Forth,
see: https://github.com/RickCarlino/Cosmic-Conquest-1982
and: http://youtu.be/8jaLnr2oSqw
reminded me of the old StarFlight adventure game that was originally written in a custom Forth with a lot of code words. But I recall a lesser version of StarFlight that someone converted to standard Forth. Perhaps 10+ years ago.
I remember running StarFlight (I believe it worked on Gforth, SF, VFX, and other Forths). After seeing Rick Carlino's Cosmic Conquest, I wanted to go back and take a look at StarFlight but I am unable to locate the source code.
Does anyone know where the StarFlight source is and could you direct me to it? Thank you in advance.
AFAIK the only sources posted were by Tim Lee on a webpage that's long gone.
The link below contains a copy.

https://drive.google.com/drive/folders/1_B8dFmrUcFM9zyvOCN5lyMN3S5EMxNdf

The forth used doesn't conform to any known system but poking around suggests
it borrowed from figforth and other ideas of the day.
Doug Hoffman
2023-02-20 12:32:16 UTC
Permalink
Post by dxforth
Post by Doug Hoffman
Rick Carlino's Cosmic Conquest adventure game, written in Forth,
see: https://github.com/RickCarlino/Cosmic-Conquest-1982
and: http://youtu.be/8jaLnr2oSqw
reminded me of the old StarFlight adventure game that was originally written in a custom Forth with a lot of code words. But I recall a lesser version of StarFlight that someone converted to standard Forth. Perhaps 10+ years ago.
I remember running StarFlight (I believe it worked on Gforth, SF, VFX, and other Forths). After seeing Rick Carlino's Cosmic Conquest, I wanted to go back and take a look at StarFlight but I am unable to locate the source code.
Does anyone know where the StarFlight source is and could you direct me to it? Thank you in advance.
AFAIK the only sources posted were by Tim Lee on a webpage that's long gone.
The link below contains a copy.
https://drive.google.com/drive/folders/1_B8dFmrUcFM9zyvOCN5lyMN3S5EMxNdf
The forth used doesn't conform to any known system but poking around suggests
it borrowed from figforth and other ideas of the day.
Thanks for checking. The code I recall, and my ability to recall accurately could be failing me here,
was all modern Forth and loaded pretty much directly into Gforth, SF, VFX, etc. and was not blocks files.
What you then got was not the original Starflight game. But it was an interesting dumbed down
program that ran in the terminal.

-Doug
Doug Hoffman
2023-02-20 12:49:00 UTC
Permalink
I had the name wrong. The name was Strek.4th

https://groups.google.com/g/comp.lang.forth/c/cRQhPsibtxI/m/8m7bX4S1MtAJ

Apparently I had the file in 2006. I'll look again in my archives.

-Doug
Doug Hoffman
2023-02-20 13:32:13 UTC
Permalink
Found it. Thanks again.

-Doug

Loading...