Log In  

Cart #49305 | 2018-02-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
94

Gameplay

Fly through the tunnel as fast as possible avoiding the walls. The tunnel is divided in to Zones, with four Quadrants per zone. Each zone is progressively longer and more difficult than the previous, with sharper turns, more turns, and narrower sections.

Each quadrant has a time limit - note that this is not the time limit that the quadrant must be completed in, but the time until your ships engine power is cut (T+ engine shut-off). Engine power is required for anti-gravity and maneuvering as well as propulsion...ie if the time runs out your hope lies in gliding (or sliding!) to the finish. As quadrants advance, the time limit becomes stricter. Note that your progress in the quadrant is indicated by the right hand HUD gauge.

Hitting walls will slow you down, and reduce the energy of the ship (indicated by gauge on left hand side of HUD). Energy will be slowly replenished during the period of flying through the 'safe section' at the end of each ZONE (grey section with orange stripes). If energy becomes fully depleted the ship will fail and you will lose a life. Similarly, failure to complete a quadrant in time will cost a life. You begin the game with three lives, indicated by the three red lights on the left hand side of the dashboard.

Points are continuously awarded for progress, with a bonus for completing each quadrant (unless T+ shutdown occurs). Additional ships can be unlocked by making progress in the game. Faster ships will yield higher scores than slower ones.

Controls

Insert Coin = Up / GPIO input (defaults to free play so not required!)
U/D - pitch
L/R - roll
(O)/(X) - yaw
(O)+(X) - brake

Tips

  • Learn to use the controls! You will need to use and know when to use roll and yaw most effectively.
  • Brake just before / during the 'charge section' at the end of each zone (grey section with orange stripes) to have more time to charge energy.
  • Aside from the above, don't brake!

DIP Switches (menu items)

NOTE altering these will reset game!

RESET PROGRESS
CREDITS: FREE (default) / UP / GPIO
GPIO OUTPUTS: OFF (default) / ON

GPIO Input / Outputs

IMPORTANT: GPIO pins are referred to by Raspberry Pi 'WiringPi' standards. See below for WiringPi configuration.

DISCLAIMER: I will not be responsible for damaging your device. Please do not enable GPIO settings, or connect anything to GPIO pins to anything if you are unsure what you are doing!

--- MINSOFT GPIO STANDARD ---

PIN TYPE        SETTING             FUNCTION            DETAILS
0   INPUT (PULL UP) CREDITS: GPIO   Credit switch       Connect switch between pin and ground (via optional resistor, eg 1k ohm)
1   OUTPUT      GPIO OUTPUTS: ON    Start/Warning LED   Connect LED between pin and ground (via suitable resistor, eg 220 ohm)
2   OUTPUT      GPIO OUTPUTS: ON    Start/Warning LED   Connect LED between pin and ground (via suitable resistor, eg 220 ohm)
3   OUTPUT      GPIO OUTPUTS: ON    Vibration motor     Connect motor via suitable circuit (eg http://playground.arduino.cc/uploads/Learning/solenoid_driver.pdf)
4   OUTPUT      N/A                 N/A                 N/A

WiringPi Configuration:

//set pin 0 as input, pull up (COIN)
gpio mode 0 in
gpio mode 0 up

//set pins 1-4 as outputs
gpio mode 1 out
gpio mode 2 out
gpio mode 3 out
gpio mode 4 out
P#49306 2018-02-15 14:24 ( Edited 2018-03-08 15:34)

1

Brilliant!
Has a bit of PowerDrome (Amiga) in it!
Controls curves are really top notch (given the lack of analog inputs better suited for this type of game).

Note: Bladerunner fan I see, nice music...
Note: 8191 tokens without any minification or string "hacks", congrats!

P#49308 2018-02-15 16:02 ( Edited 2018-02-15 21:02)

Really nice. The music's really well done in pico-8 format. :)

P#49318 2018-02-15 22:57 ( Edited 2018-02-16 03:57)
1

Excellent stuff - congrats on finishing it! :D
That Vangelis "Blade Runner" chip tune cover is still SO DANG good! :D

P#49322 2018-02-16 01:44 ( Edited 2018-02-16 06:44)

Been following this on Twitter. Excellent work!

P#49326 2018-02-16 06:05 ( Edited 2018-02-16 11:05)

Thanks all, glad you like it!

freds72: I tried to 'simulate' analog controls as best as I could...pleased you approve.

Cheers and I'd love to hear how far you can get / scores etc. I always find it tricky getting the difficulty level right.

P#49328 2018-02-16 06:24 ( Edited 2018-02-16 11:24)

Straight to favourites, this is awesome! Love the UI and the sense of speed in the later sections. I only made it to 1.3 but I wasn't using the brake :D

P#49336 2018-02-16 08:20 ( Edited 2018-02-16 13:20)

So cool. The sound and visuals. I am a sucker for the glitching graphic stuffs so the beginning was a treat. Great music. It brings me back to that first board of the c64 Aliens game. So good. Thanks for making this!!

P#49339 2018-02-16 14:49 ( Edited 2018-02-16 19:49)

Awesome job, fun to play, neat visuals. Controls took a second to get used to but that's not a bad thing.

P#49364 2018-02-17 14:13 ( Edited 2018-02-17 19:13)

Thanks for the feedback, much appreciated!

Anyone unlocked any of the other ships yet?

P#49390 2018-02-18 13:37 ( Edited 2018-02-18 18:37)

I unlocked the Kestrel, but I can't get much farther than ~2K - there's a wicked turn I need to figure out first. Amazing game by the way, this is superb.

P#49641 2018-02-25 01:54 ( Edited 2018-02-25 06:54)

Nice one, thanks for the feedback!

Next ship is unlocked by completing Zone 5 with the Kestrel...good luck!

P#49953 2018-03-05 06:39 ( Edited 2018-03-05 11:39)

Feels a lot like Tunnels of Armageddon I used to play a ton of in the ol DOS days.
Love how its more race against the time style.
Dip switches and LED lights use implemented eh?
Would love to see a dedicated cabinet for it.
Great work nice music, quite fun.

Is rotation really needed? I haven't found a use for it yet but instead my first play I'd tilt to move left or right like flying a jet, dunno why. Strafing does everything needed, least in early stages.
Haven't gotten too far yet.

One of my new favorites also btw.

P#50044 2018-03-07 06:14 ( Edited 2018-03-07 11:14)

Funnily enough, someone else said another one of my games (Tie Hunt) reminded them of Tunnels of Armageddon. I haven't played it but I've got an Amiga so will have a go at some point...

When I've referred to 'DIP switches', they aren't real switches, just the menu options. But yes, the LED/motor outputs and coin input do work via GPIO. Poor quality, but you can see some of it here.

As for the rotation...you probably can get quite far without it. Originally I only had rotation (roll) and up/down (pitch). I added the rudder (yaw) control as it was a bit unfair at times (in narrow sections) that you could not rotate without hitting the walls (especially in bigger ships). You may notice that the yaw is less responsive than the pitch...and when the turns get tighter it can be better to use the roll / pitch.

I should see how far I can get using only pitch & yaw...

P#50100 2018-03-08 10:34 ( Edited 2018-03-08 15:35)

Blade Runner end credits. I wonder what Bladder Runner Blues who'd sound like.

P#62620 2019-03-06 17:07

Is there any way to get coin acceptor to work with the game on pocketchip

P#72706 2020-02-04 00:17

And also will you show us how to make that grandstand scramble Pico-8 tabletop that appears in some of your Twitter posts

P#72708 2020-02-04 01:49

Sorry I didn't see your replies before, Dogerizer...

The PocketChip has GPIO pins so should be possible to use one of them as an input for the coin, but I haven't done this with a PocketChip so cannot give any advice on that.

Briefly, my Scramble machine contains a Raspberry Pi 3 with LCD screen. The main inputs & audio amplification is handled by a Picade USB encoder. The 'extra' inputs & outputs documented above use the GPIO pins. Is there anything specifically you would like to know?

P#74766 2020-04-15 09:22

This is one of the few pico games I return to time after time. Not often, but eventually I'll play another few games. Great sense of speed! The ships all feel different too.

P#94144 2021-06-27 15:50

Thanks pobop, glad you enjoy it!

P#112066 2022-05-20 08:19

Super cool, and quite fun! Thank you!

P#132421 2023-07-26 19:28

Something strange happened. Looks really cool though I lost a life.

P#138558 2023-12-11 15:25

Has it just happened once? Possibly broken by a Pico8 update?

P#138638 2023-12-13 12:19

Yes, exactly once. After I died it went back to normal. I had lives left so the run went on normally.

P#138646 2023-12-13 17:06

Cool game. What is your record score, guys?
geometry dash 23

P#138908 2023-12-19 19:33 ( Edited 2023-12-20 01:27)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-19 05:14:28 | 0.020s | Q:52