Jump the Base (Amstrad CPC) by Rayon Studio
A downloadable game
Jump the Base:
Basic Locomotive Amstrad Basic 1.0/1.1 program 10 lines game. 2026
Roya by RayonStudio : my itchio account , https://itch.io/profile/rayon-studio
run"JUMP
Z - jump
Space during Jump - slow the chute
O- Jumper goes left
P- Jumper goes right
Story:
Jump the base !
Jump and land to the red Platform
Avoid the 2 toxic moving clouds
Record the landing
Random speed on each levels
some sounds
all in 10 lines !
| Status | Released |
| Rating | Rated 5.0 out of 5 stars (1 total ratings) |
| Author | BASIC 10Liner |
| Genre | Action |
| Tags | 10liner, 8-Bit, Amstrad CPC, basic |
| Content | No generative AI was used |

Comments
Log in with itch.io to leave a comment.
Give to Bunsen a Version 2 compatible Basic 1.0 and Basic 1.1 and some new sounds implemented , all in 10 lines ;)
Enjoy ! :)
very good
thanks a lot ! in 10 lines it is a cool challenge ^^
Hi, unfortunately there's a Syntax Error in Line 47:
Change:
IF xnuage1=<4 THEN sensnuage1=1
To:
IF xnuage1<=4 THEN sensnuage1=1
BASIC 1.0 won't accept 'xnuage1=<4' reporting it as Syntax Error.
The problem has been corrected in BASIC 1.1.
@Out Bush thanks a lot . Indeed about syntax comparison for Basic 1.0 then I will do a CDT for 1.0 basic with this correction .
This DSK is obvious for 664 and 6128 stock model and it's Basic 1.1 .
So the description need to be modified as game for Basic 1.1 and I will for to @bunsen a CDT file for the 1.0 basic version.