Also like your sleigh ride game.
I have not made side scroller game yet.
In my opinion, we should handle BG related commands effectively to make side scroller games.
Reverse thrust will be available with the following procedure.
1. Press L button to decrease thrust.
2. After thrust becomes zero, release L button once.
3. Press L button again.
I guess this game is very hard for everyone, because an aircraft carrier on the sea is just like a short needle.
I've improved my random terrain generator. You can walk on terrain faster than previous one. Let's run HNZTER2 in downloaded project.
Differences from previous one are as follows.
1. Rotation is 90 deg at a time.
2. You can look up/down with circle pad.
ÐαsΞτωαs ƒ:
I'm sorry I cannot attach screenshot here because of region lock. Yes it is in 3D, but drawing is slow (2 or 3 fps) with legacy 3DS.
Josiah:
Thank you very much for your high evaluation for it.
What is side scroller?
Please refer to the following codes.
ACLS:SPSET 0,345:SPHOME 0,8,8:Y=120:VY=0
WHILE TRUE
VSYNC 1:K=BUTTON(2)
IF(K AND #A)!=0 THEN VY=-4 ELSE VY=VY+0.25
Y=Y+VY:SPOFS 0,200,Y,0
IF Y>=240 THEN Y=239:VY=-VY
IF Y<=0 THEN Y=1:VY=-VY
WEND
I've made random terrain generator. Let's run HNZTER in downloaded project. It costs approx 70 seconds to generate terrain with legacy 3DS. You can walk around in generated map with direction keypad. (up:progress, left or right:rotate)
BTW, I've kept my previous MODE7 DEMOs in the same project.
Reverse thrust will be available with the following procedure.
1. Press L button to decrease thrust.
2. After thrust becomes zero, release L button once.
3. Press L button again.
I guess this game is very hard for everyone, because an aircraft carrier on the sea is just like a needle.
BeefJerkey:
It's simplified landing simulator. If you're interested in this topic, let's try 74C4W3ZJ.
You can control the airplane with circle pad, and press R(L) button in order to increase(decrease) thrust.