Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I loaded it with merge "", so that it does not start. 
I have started a gallery for compiled games. If you give me the permission to publish the compiled games I would like to include them. Each entry links to the original, lists some changes (like PAUSE to reduce the speed) or instructions to use float or integer, a GIF and the tap file. Integer is about 30 times faster than float.


ZXBasicCompiler/games/games.md at main · tquester/ZXBasicCompiler

Yeah go for it,  have you compiled my very first game, 'Speccy'.  I have plans to return to it at some point and improve the controls.

Thanks. I am planning to modify inkey$ so that it returns kempston and multiple keys.
The instruction
rem kempston o p a q m
will tell the compiler the codes for left, right, down, up, fire.

it may return up to three chars like oqm for up, right and fire. So it will be playable in BASIC.

Added Sinclair BASIC and Slow Manic Miner to the compiler gallery (link in last comment)

Yes i saw it earlier and played it, brilliant stuff my friend, no intro music though?

Music playing now. Modified the BEEP r,p to BEEP 0.05,p so that the first arguement is float. r was integer with value 0. Also DATA encoded -12 as 12.
updated the compiler also

you Sir are a genius! Brilliant work compiling. 

This is great!! I shall do a YouTube video on it and give you credit for your compiling.

Great  I would like it. Also you may put the compiled version of the games on your itch page. Work on compiler continues

Sinclair BASIC game, it's too hard now LOL

The falling is complicated, maybe with A/Q for up/down it becomes more playable.