TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Flappy Space Program

495 点作者 ski超过 11 年前

56 条评论

T-hawk超过 11 年前
I&#x27;m incapable of playing something like this without laying out some strategic principles:<p>When launching, hover the bird at the edge of the atmosphere for a few clicks, to give it time to tilt into horizontal orientation, so your thrust can affect the orbital parameters. If you don&#x27;t do this, you&#x27;ll just thrust vertically into the outer barrier.<p>Circular orbits are best. Two objects in circular orbits at different altitudes can never collide.<p>High-altitude orbits are best, where there&#x27;s more room for more objects.<p>So circular high-altitude is best, but it&#x27;s not easy to get there. Standard orbital astromechanics apply: to circularize, thrust at apogee to raise your perigee. Problem is, it&#x27;s not easy to tell when the bird is at apogee, and it may not even occur before you lose control of the bird and the next appears. Also, the thrusting resolution is rather coarse: if the apogee is any higher than about halfway to the edge, two clicks will send the bird into the barrier, so you only get one attempt. These details and coarse controls make the game a lot harder than it looks, just like the original Flappy.<p>Finally, if you just need that one more point to break your high score, launch the next bird into the lowest fastest orbit possible. That altitude should be clear if you launched all the other birds higher, and it will register quickly before any more collide. I managed 8 thanks to this.
评论 #7250228 未加载
thewarrior超过 11 年前
I read through the source and was surprised at its simplicity and readability.<p><a href="http://storage.googleapis.com/itchio/tmp/main.js" rel="nofollow">http:&#x2F;&#x2F;storage.googleapis.com&#x2F;itchio&#x2F;tmp&#x2F;main.js</a><p>No funky frameworks , just plain old jQuery and some JS.<p>I&#x27;ve just begun learning JS and the source was very informative.
评论 #7240314 未加载
mxfh超过 11 年前
Once you figure out the space bar cadence, that <i>Flappy Kessler Syndrome</i>[1] is gonna hit you hard any time above 3 bird&#x27;s.<p>[1] <a href="http://en.wikipedia.org/wiki/Kessler_syndrome" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Kessler_syndrome</a>
评论 #7238291 未加载
评论 #7242791 未加载
geuis超过 11 年前
Suggestions. Decrease the number of clicks slightly when using a mouse. The fingers hurt trying to go that fast. Alternatively, add spacebar support.<p>Absolutely unplayable on a phone. Bind to touchdown events on mobile. Click events have a 300ms delay. Make the game full screen for mobile.
评论 #7239851 未加载
评论 #7238146 未加载
评论 #7237646 未加载
评论 #7243029 未加载
valtron超过 11 年前
Are you supposed to get it to go through the space between the &quot;stars&quot;? Is it even possible?<p>Edit: Got my first point (50 - 100 tries?). You need to make it go a full orbit without touching the outer circle. This seems obvious in retrospect.<p>Edit 2: And they knock each other out of orbit. This is fun.
评论 #7237316 未加载
评论 #7237280 未加载
评论 #7237279 未加载
salmonellaeater超过 11 年前
For a real treat, try Desert Bus[1]. The scoring works like soccer: 1 point and you&#x27;ve basically won.<p>[1] <a href="http://www.newyorker.com/online/blogs/elements/2013/07/the-worst-video-game-ever-created.html" rel="nofollow">http:&#x2F;&#x2F;www.newyorker.com&#x2F;online&#x2F;blogs&#x2F;elements&#x2F;2013&#x2F;07&#x2F;the-w...</a>
catfive超过 11 年前
I hope I&#x27;m not at all stepping on the developer&#x27;s toes by pointing out you can fullscreen it by going to the iframe&#x27;s source, where you can also have some fun trying to script it.<p>I&#x27;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.<p><pre><code> boost = function(duration, interval){ setTimeout(function(){ clearInterval(window.kp) }, duration) window.kp = setInterval(function(){ $(document).keydown() }, interval) }</code></pre>
评论 #7241998 未加载
sharkweek超过 11 年前
Speaking of orbiting... <a href="http://www.kanyezone.com/" rel="nofollow">http:&#x2F;&#x2F;www.kanyezone.com&#x2F;</a>
评论 #7238046 未加载
jff超过 11 年前
&quot;The developer has not uploaded a game yet...&quot; are we overloading the server?
评论 #7237456 未加载
评论 #7237504 未加载
kzrdude超过 11 年前
It&#x27;s an infinite game -- you don&#x27;t die and score can go both up and down. This is a new kind of game for me.
评论 #7240715 未加载
评论 #7240563 未加载
qwerty_asdf超过 11 年前
The graphics are kind of blurry and fuzzed-out by scaling. It seems to be a by-product of re-rendering the the sprite images within a &lt;canvas&gt; object.<p><a href="http://commondatastorage.googleapis.com/itchio/html/4923/spritesheet.png" rel="nofollow">http:&#x2F;&#x2F;commondatastorage.googleapis.com&#x2F;itchio&#x2F;html&#x2F;4923&#x2F;spr...</a><p><a href="http://commondatastorage.googleapis.com/itchio/html/4923/bg.png" rel="nofollow">http:&#x2F;&#x2F;commondatastorage.googleapis.com&#x2F;itchio&#x2F;html&#x2F;4923&#x2F;bg....</a><p>This would be top notch if the images were resized to provide crisp, well-pixelated edges. The spritesheets look great, in and of themselves, but the browsers scale them poorly.
评论 #7241166 未加载
评论 #7241273 未加载
improv32超过 11 年前
Anyone else getting &quot;The developer has not uploaded a game yet...&quot;?
评论 #7237387 未加载
评论 #7237462 未加载
aabalkan超过 11 年前
So bad, why don&#x27;t they support the space key and instead use click? Trackpads&#x2F;touchpads are not good for that at all.
评论 #7237312 未加载
blueskin_超过 11 年前
Flappy Bird meets KSP.<p>This is possibly the best Flappy Bird -type game I&#x27;ve seen.
rtkwe超过 11 年前
I wish there was a way to control when a new one spawned, I had loads in really good setups to make nice circular orbits and then a new one spawns.
jonmrodriguez超过 11 年前
I set up some really crazy orbits :-D<p><a href="http://imgur.com/3HA4ubl" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;3HA4ubl</a><p>One of those birds is in a circular orbit one bird-height above the ground!<p>Another is in a very eccentric orbit that skims the ground when it comes to the bottom-right of the screen, then almost grazes the asteroids in the top-left.
评论 #7237569 未加载
评论 #7237898 未加载
allochthon超过 11 年前
I am very much enjoying the new flappy meme. It&#x27;s pretty cool that a game came and went and became a legend in such a short time. And now the &quot;flappy&quot; adjective is a byword for simple, nearly impossible games.
chrismorgan超过 11 年前
There, I <i>finally</i> got a bird to stay in orbit and a new one appeared on the ground. Score: one. I triumph!<p>(Now I&#x27;d better leave it alone or the next hour or two will disappear.)
kosei超过 11 年前
Neat idea. Probably would improve if you go with click-hold rather than tap-tap-tap-tap-tap, or at least enable the ability. Also, needs more Mario pipes :)
评论 #7241431 未加载
kookiekrak超过 11 年前
for a simpler game, try <a href="http://kookiekrak.itch.io/flappy-pipes" rel="nofollow">http:&#x2F;&#x2F;kookiekrak.itch.io&#x2F;flappy-pipes</a>
sarhus超过 11 年前
Would you mind sharing how you&#x27;ve made the game?
评论 #7239585 未加载
etler超过 11 年前
When I double click on the canvas it selects it.<p>You can fix it by adding:<p><pre><code> user-select: none; user-drag: none; </code></pre> With appropriate vendor prefixes.
egypturnash超过 11 年前
Doesn&#x27;t work on my ipad (ios7). The screen just tries to constantly resize to fit all the content, and my taps are thrown away before they ever get to the game.<p>The recent &quot;Flappy Bert&quot; <a href="http://www.sesamestreet.org/cms-static/flappy_bert/" rel="nofollow">http:&#x2F;&#x2F;www.sesamestreet.org&#x2F;cms-static&#x2F;flappy_bert&#x2F;</a> doesn&#x27;t have this problem.
评论 #7244147 未加载
gbl08ma超过 11 年前
I was going on pretty well, really enjoying the game and taking advantage of the fact that I have two mouse buttons (external + laptop&#x27;s) to avoid breaking a single mouse (or my finger) with so many furious clicks. At some point the X server crashed - I wonder if due to so many clicks, or due to clicking on both mice. Did anyone experience the same issue?
rblatz超过 11 年前
Looks cool, but I&#x27;m traveling and on mobile. Maybe add touch events so us mobile users can enjoy too?
评论 #7237554 未加载
PhasmaFelis超过 11 年前
It appears that <i>any</i> mouse or keyboard button works, additively. Tapping any two keys at once will put the bird just above the clouds in one hop. Three rockets it straight into oblivion. Holding down several keys produces impressive fireworks.
cpeterso超过 11 年前
I&#x27;m surprised no one has made &quot;Flappy [Lunar] Lander&quot; yet.
dgant超过 11 年前
The game also serves as political commentary on <a href="http://en.wikipedia.org/wiki/Space_debris" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Space_debris</a>
sdegutis超过 11 年前
Out of all the Flappy variants, I played this one the longest (20 sec) and had the most fun with it! Kudos! I could really see a lot of people buying this as an iPhone program.
scotthtaylor超过 11 年前
Well there goes my spacebar from ferociously whacking it.
ximeng超过 11 年前
Six birds in space at <a href="http://www.youtube.com/watch?v=R7vNInUbhZU" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=R7vNInUbhZU</a>
apunic超过 11 年前
Flappy Bird will be the biggest merchandise for free in 2014. There will be more Flappy Bird teddies than Angry Birds and nobody needs to be paid.
judegomila超过 11 年前
So this is the ornithological version of Gravity
cpncrunch超过 11 年前
Excellent game - congrats!<p>Just wondering what the revenue is for your donation button vs having adverts.<p>Also, have you considered creating ios&#x2F;android apps?
评论 #7239901 未加载
joelgreen超过 11 年前
I couldn&#x27;t get past 5 without them colliding, at least with the minimal effort I put into this game. Really cool though.
mauricio-OH超过 11 年前
It is so addictive I just lost 20 minutes of my life for no reason.. and got only 4 birds in orbit!
szatkus超过 11 年前
Fun fact: this game is much easier on my gaming mouse than using mere Dell mouse at work.
taigeair超过 11 年前
Makes me feel like Elon Musk.
vxNsr超过 11 年前
5.<p>Really cool though.
bdamm超过 11 年前
7.
randall超过 11 年前
HOLY COW THAT IS SO FUN.
entelect超过 11 年前
if you zoom out on the page the icon and points board do not scale well.<p>Nice game
neals超过 11 年前
Great! Now add the green tubes for extra difficulty :p
jdipierro超过 11 年前
This.. Is the best flappy game ever!
gdiocarez超过 11 年前
Not working.
TheSOB888超过 11 年前
Hey. Dude. This game is awesome.
sreyaNotfilc超过 11 年前
Good God is that game addicting!
btbuildem超过 11 年前
Way more fun than the original!
data-cat超过 11 年前
This is a fun game. Good job.
pawelkomarnicki超过 11 年前
It&#x27;s just awesome ;D
robodale超过 11 年前
We have a winner, folks.
piyush_soni超过 11 年前
Ha. Nice game :)
snake_plissken超过 11 年前
all 3 of mine are in polar orbits!!! :0
badusername超过 11 年前
These flappy clone brigade is just dumb.
评论 #7240323 未加载
Ryel超过 11 年前
wtf hard
alperkosaxpower超过 11 年前
alper slym