Got bored and decided to make a game - Alien Tunel! - the objective is really simple. Get to the end of the tunnel! Note that is still in very early stages of development and future changes include -
Graphical Improvements
Improved collision detection
Increased difficulty
Opening screen
Sound
To control the spaceship use the left mouse button to make it go up
I'd like to hear some feedback, sugestions and bugs.
there is a tunnel, is it like the copter game where you have to make it as far as possible, how do you generate the tunnel because i have bben wondering this for a while, i presume the tunnel is infinite and not just a scrolling background that has been drawn.
looks quite good at the moment.
If our body is a clock ticking away and if while we experience all that this world has to offer time has still continued to pass, are we living or just experiencing a slow death?
Interesting. The tunnel is being generated by the safari flash player 7 plugin but it runs fine locally on my computer (not in the plugin). I can only guess why without knowing how you generate the cave.
Despite this, I really think it is a great start. I was addicted for about a year to a game like this on my mom's PDA.
The tunnel is generated through actionscript and it is random, just like mbenney's, but I wrote my own function, which I think is better (no disrespect for Mbenney, i learn't a lot from his open source files) because it's simpler, and you can control the number of segments you want.
I like this simple game style where you can just click and release. One thing I noticed was the walls never close in on the center of the tunnel. You should force the player to move up and down a little more.