Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

lambdamikel

8
Posts
6
Followers
1
Following
A member registered Oct 28, 2021 · View creator page →

Creator of

Recent community posts

Each of the 80s home computers (Commodore 64, VIC 20, Amstrad CPC, Atari, TI 99/4a) came with their own dialect of BASIC. Many were incompatible. Bill Gates and Paul Allen had their fingers in many of them and sold interpreters to these companies. Some wouldn't accept Bill Gates famous "royalties" and would rather write their own BASIC. Later on, the MSX Home Computer Standard  was established and they all had the same Microsoft MSX Basic (hundred of different MSX machines, all compatible). The game you are referring to is for the VIC 20 (Commodore BASIC). So its different, and without porting / adjusting it, it won't run on machines that are not CBM BASIC (Commodore, VIC 20, ...) 

It is is written in Locomotive BASIC 1.0, which is the Amstrad CPC's native BASIC (1984 by Locomotive Software Ltd.)

(1 edit)

Hello, there is now an updated version available: use WRATHJOY.BAS on the WRATHJOY.DSK / .CDT images.

No, but it would be easy to add. I'll do that after the contest.

Thanks! Yes, making the AI drive reasonably well was the most challenging part in making this game. You may have noticed that it doesn't drive randomly, and almost has human level performance. With a bad AI driver, there would be no game, really. And many TRON games fall short here, since random driving doesn't cut it. It has to maintain an internal representation that I am calling a "distance map" which is used to guide the AI driver. Updating this constantly during game play and making sure that the game still runs at a reasonably fast pace wasn't easy, given the performance limitations of pure BASIC. 

(1 edit)

Hi bro, as always, the answer  is "it depends". Some of my CPC programs were published in Computer Magazines such as "Happy Computer" and "CPC International" in the 80s as type-in listings (and I even got paid for them ;-)), so from that point of view, certainly not. However, I never published a game officially before, so from that point of view, yes I am :-) 

(1 edit)

Thank you! Yeah, more is possible with assembler, but I didn't have enough time, this was a bit of a last minute effort ;-) Glad you like it.

Thanks KrakenDev and for the suggestion, glad you are enjoying it! Cheers Mikel