BASIC Computer Games
vintage-basic.net
BASIC Computer Games
1–10 of 124 posts
Re: BASIC Computer Games
#2Re: BASIC Computer Games
#3Growing up I had a Commodore 64 and for some reason came into possession of another of David Ahl's books ("More Computer Games" I think it was called). It contained Eliza as one of the listings and it was a program that fascinated me so much I ended up creating a ton of clones, in horribly nested BASIC (though, to be fair, is there any other kind?)
Re: BASIC Computer Games
#4Re: BASIC Computer Games
#5Re: BASIC Computer Games
#6> the on board computer has crashed (it was made by xerox) so you have to land your lunar module manually
Back when games could just make jokes about existing companies without getting into trouble.
Re: BASIC Computer Games
#7Re: BASIC Computer Games
#8For some reason nobody ever thought to put those books in the computer lab which was full of various Apple II's.
I wish there would have been more explaination of the code, it was pretty much a couple hundred lines of LET X1=15 IF L2 < 1 GOSUB 12100
Re: BASIC Computer Games
#9Such nostalgia. That’s how I got into programming.
Similarly, GWBasic, Turbo Pascal, Turbo C, etc.
Re: BASIC Computer Games
#10The interesting podcast "They Create Worlds" recently had an episode on this topic, it's worth a listen: https://tcwpodcast.podbean.com/e/computer-game-basics/ Growing up I had a Commodore 64 and for some reason came into possession of another of David Ahl's books ("More Computer Games" I think it was called). It contained Eliza as one of the listings and it was a program that fascinated me so much I ended up creatin…