Flappy Space Program
61–70 of 123 posts
We have a winner, folks.
Re: Flappy Space Program
#62Re: Flappy Space Program
#63Earlier quoted context omitted.
No, just have as many "satellites" in orbit as possible simultaneously. The game is continuous. I got up to 5 and gave up ;)
I got 4 and was very, very proud of myself. That said, if it were controllable through spacebar, I'd play a lot longer.
Try the up arrow.
Re: Flappy Space Program
#64Re: Flappy Space Program
#65It's an infinite game -- you don't die and score can go both up and down. This is a new kind of game for me.
Re: Flappy Space Program
#66This is a fun game. Good job.
Re: Flappy Space Program
#67Makes me feel like Elon Musk.
Re: Flappy Space Program
#68Good God is that game addicting!
Re: Flappy Space Program
#69all 3 of mine are in polar orbits!!! :0
Re: Flappy Space Program
#70I hope I'm not at all stepping on the developer's toes by pointing out you can fullscreen it by going to the iframe's source, where you can also have some fun trying to script it.
I'm in the early stages of designing a junior high programming curriculum and think this may be a great example of an engaging, practical experiment.
boost = function(duration, interval){
setTimeout(function(){
clearInterval(window.kp)
}, duration)
window.kp = setInterval(function(){
$(document).keydown()
}, interval)
}