Live data from Hacker News

Flappy Space Program

corpsmoderne.itch.io

61–70 of 123 posts

Re: Flappy Space Program

#63
post #11

Earlier 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

#70
I 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)
  }
Post reply on HN