Slashdot Mirror


MIT Slows Down Speed of Light In New Game

New submitter schirra writes "Researchers at MIT Game Lab have created a free video game that accurately simulates the effects of Einstein's relativity. 'A Slower Speed of Light' challenges players to collect objects strewn throughout a level to artificially lower the speed of light. As light speed slows to walking pace, it makes visible the unusual effects one encounters when traveling close to the speed of light, such as the Doppler effect, searchlight effect and Lorentz transformation. The effects are, in a word, trippy. The team plans to release an open-source Unity3D toolkit called OpenRelativity to allow others to include the same relativistic effects in other games." They also plan to release the source code sometime next year (despite reports that it is open source already).

86 of 113 comments (clear)

  1. MITT slow? by mcgrew · · Score: 3, Funny

    Maybe if he'd been faster he'd have won.

    Meh, bad joke, mod me down :(

    However, this does sound like a pretty fun game. I haven't played anything in years, I might just try this one.

    1. Re:MITT slow? by Anne_Nonymous · · Score: 5, Funny

      That whole red shift/blue shift thing always confuses me too.

    2. Re:MITT slow? by DriedClexler · · Score: 1

      Not just a joke: a woman was turned away from polls because her MIT shirt was interpreted as electioneering for MITT Romney. Source

      --
      Information theory is life. The rest is just the KL divergence.
  2. First Post echoes by Anonymous Coward · · Score: 5, Funny

    First in my reference frame that is :)

  3. About time by readin · · Score: 1

    I've often wished someone would do something like this. I've suggested on slashdot an interstellar military/trading game that would take relativity into account as a way to give people a more intuitive feel for it. I've wondered about the difficulties of a 2D game that would use a slow speed of light. But to have a 3D game that considers all the effects, including red-shift, is beyond my wildest dreams. I look forward to downloading and playing it.

    --
    I often don't like the choices people make, but I like the fact that people make choices. That's why I'm a conservative.
    1. Re:About time by f3rret · · Score: 4, Interesting

      I've often wished someone would do something like this. I've suggested on slashdot an interstellar military/trading game that would take relativity into account as a way to give people a more intuitive feel for it. I've wondered about the difficulties of a 2D game that would use a slow speed of light. But to have a 3D game that considers all the effects, including red-shift, is beyond my wildest dreams. I look forward to downloading and playing it.

      Have you actually *tried* this game? Cus' it's a long way off from a big-ass 4x sorta game. I mean the game is fun, interesting and trippy and all that, but it is kinda rudimentary.

      Would be fun to play on a large screen while in an altered state though.

      --
      Admit nothing. Deny Everything. Make Counter-accusations.
    2. Re:About time by elfprince13 · · Score: 2
    3. Re:About time by Michael+Woodhams · · Score: 1

      I agree - I've often suggested such a game in the past. Part of the reason relativity and quantum mechanics are so hard to learn is they are so counter intuitive. Games like these could train our intuitions.

      --
      Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    4. Re:About time by duk242 · · Score: 1

      Or perhaps a really large screen and go an Oculus VR ;) Bonus points: Oculus VR already supports Unity

    5. Re:About time by turgid · · Score: 1

      That is so cool... but I'm stuck on level 24.

  4. open source but only for Mac and Win. by Anonymous Coward · · Score: 2, Insightful

    Somehow bragging about the open source nature of the project but not making it available on an open source OSes begs the question: WTF?

    I wonder if it has anything to do with the current status of video graphics on open source OSes.

    1. Re:open source but only for Mac and Win. by wisnoskij · · Score: 1

      It is, or will be, open source code.

      Code is not OS dependant. They have just not spent time testing and tweaking it on Linux.

      --
      Troll is not a replacement for I disagree.
    2. Re:open source but only for Mac and Win. by blazer1024 · · Score: 1

      Unity 4 (which is now in beta) supports Linux. This might be what they're waiting on as far as open sourcing it.

    3. Re:open source but only for Mac and Win. by flimflammer · · Score: 1

      Really?

  5. I'd love a FPS with relativistic effects. by Dr.+Manhattan · · Score: 1
    Maybe set it in the world of Redshift Rendezvous by John Stith.

    Main problem is simulating time dilation. Single-player, you could do it, I suppose. But you can't give multiple players their own individual time rates.

    --
    PHEM - party like it's 1997-2003!
    1. Re:I'd love a FPS with relativistic effects. by mcgrew · · Score: 1

      But you can't give multiple players their own individual time rates.

      Why not? It's on a computer, you can make time go as fast or slow as you want. The faster you're supposed to be going, the slower the game goes for everyone else. It's just a matter of timing loops, not hard at all.

    2. Re:I'd love a FPS with relativistic effects. by f3rret · · Score: 2

      It's just a matter of timing loops, not hard at all.

      Would be a complete nightmare to keep synchronous across multiple computers and server though.

      --
      Admit nothing. Deny Everything. Make Counter-accusations.
    3. Re:I'd love a FPS with relativistic effects. by Millennium · · Score: 1

      Once you do that, it's only a matter of time before the playerbase starts clamoring for the banning of ultrafast engines as a form of griefing (which, to be fair, it would be). Get one person going at a respectable fraction of c, and no one else will be able to do anything until time "catches up" for the traveler.

    4. Re:I'd love a FPS with relativistic effects. by Bengie · · Score: 1

      Sounds like a great way to grief other players. Approach the speed of light and everyone else's systems effectively stop.

    5. Re:I'd love a FPS with relativistic effects. by MozeeToby · · Score: 4, Informative

      There is no such thing as "synchronous" when you're talking about relativistic effects.

      Getting around that would be a very interesting problem to try to solve in multiplayer. At first blush, it seems impossible: player 1 won't be experiencing the same moment of time as player 2 at any given time. However, whenever two players interact in any way, whatever caused the interaction has to have happened for both players and that includes even just seeing them. If you can keep a log of what player 2 did in the past, you can figure out what instant of player 2's timeline player one should be seeing (of you could just simulate the actual flight of the photons, but that seems computationally impossible). And you can do the same for player 2's screen drawing player 1.

      As long as, just like in the real world, no one can travel faster than light you'll always have all the information you need. If you allow FTL though, everything breaks, you can set up situations where you simply won't have the information about player 2 that you need to draw player 1's screen, which is awesome because it maps directly to breaking causality in the real world.

    6. Re:I'd love a FPS with relativistic effects. by Anonymous Coward · · Score: 2, Interesting

      Actually, not even that is true. The effects of relativity aren't due to photon flight time. Imagine one player running at even a tenth the speed of light. When they stop, they would have only experienced say, a minute, but a stationary player should have been experiencing many hours. You'd either have to know what the stationary player is going to do in the future, or artificially slow down the travelling player, which sorta defeats the purpose.

    7. Re:I'd love a FPS with relativistic effects. by pscottdv · · Score: 1

      That's not how relativity works. Everyone else's clock appears to be slow to you while your clock appears slow to everyone else's.

      Actually, it's more complicated than that, because your clock appears to run fast to an observer watching you approach and then extra slow as you pass and retreat from the observer. It's not clear to me whether the "signal delay" due to the finite speed of light is taken into account in the simulation because their appears to be no animation on anything in the arena. They should have made the "orbs" clocks so you could see the time dilation effect.

      --

      this signature has been removed due to a DMCA takedown notice

    8. Re:I'd love a FPS with relativistic effects. by Anonymous Coward · · Score: 3, Insightful

      It's not possible to accurately simulate special relativity in a multiplayer setting. Just consider the twin paradox: two players are near each other, one accelerates away to a relativistic speed, and then accelerates his way back. The two players are back near each other, but the stationary player must have experienced more local time pass than the traveling player. That cannot be simulated while maintaining the invariant that each player experiences time as if they were their avatar. In other words, the "avatar clock" (I'm trying not to call it the game clock since relativity means there's no single clock) cannot match real time.

      It works fine for a single player game, of course (and you can add any number of NPCs as long as you can speed up their simulation by the appropriate ratio and still have your CPU keep up - there would be a hard limit due to CPU usage here unless the NPCs' state can be computed at a given instant in time instead of requiring simulation step by step).

    9. Re:I'd love a FPS with relativistic effects. by Mister_Stoopid · · Score: 1

      For 1/10 C it's more like 1 minute to 1.05 minutes, but your point stands :)

    10. Re:I'd love a FPS with relativistic effects. by Cinder6 · · Score: 1

      There are NPCs that move around. Their subjective speed doesn't appear to be affected by the orbs.

      --
      If you can't convince them, convict them.
    11. Re:I'd love a FPS with relativistic effects. by tinkerton · · Score: 3, Interesting

      A small enhancement to the game to make time dilatation more obvious would be making the balls bounce. I think.

    12. Re:I'd love a FPS with relativistic effects. by pscottdv · · Score: 1

      It's not clear it would be affected. The ratio of their walking speed w.r.t the speed of light would increase by the same amount as the players.

      --

      this signature has been removed due to a DMCA takedown notice

    13. Re:I'd love a FPS with relativistic effects. by pscottdv · · Score: 1

      That would be a good way to make them into clocks, but any constant (w.r.t the orb) periodic animation would work.

      --

      this signature has been removed due to a DMCA takedown notice

    14. Re:I'd love a FPS with relativistic effects. by xandroid · · Score: 2

      Yeah, that would be great.

      First time through, I was disappointed that I couldn't see objects that were behind me appearing in front of me when traveling quickly, but maybe I'm missing something about how light aberration works with other relativistic effects?

      Before I read the description after the "game" is over, I was confused about why behind me didn't turn black any more when I got that last orb. That's a dramatic modification, maybe there should be an in-game message about the change.

      Also I still don't quite get why certain things were still visible in the blackness behind me while looking backwards -- is that infrared traveling faster than visible light?

      --
      $ echo "ceci n'est pas une pipe" | sed -Ee 's/(eci n|pas )//g'
    15. Re:I'd love a FPS with relativistic effects. by HagraBiscuit · · Score: 1

      It would be awesome as a shooter, where your projectiles travel significantly faster than the speed of light, go back in time and shoot you in the back of the head before you've fired off the round... oh, wait... or, un-wait... err... guru meditation: The operation is attempting circular causality. Re-boot now? Y/N.

  6. Licensing by neminem · · Score: 1

    Apparently, for each copy of the game we download, we're only allowed to install it on one computer, and optionally one other computer assuming we only run it on one of those two at once. Despite the fact that we're totally free to instead just click download again, and then that second download becomes a primary copy, and we -are- allowed to install them both and run them both at the same time. Is it just me, or is that a really odd bit of licensing for something that's being released completely free?

    1. Re:Licensing by Nyder · · Score: 1

      Apparently, for each copy of the game we download, we're only allowed to install it on one computer, and optionally one other computer assuming we only run it on one of those two at once. Despite the fact that we're totally free to instead just click download again, and then that second download becomes a primary copy, and we -are- allowed to install them both and run them both at the same time. Is it just me, or is that a really odd bit of licensing for something that's being released completely free?

      it's wasteful licensing, imo. We need to be green, recycle files please!

      Of course, the other thought is that is how they are keeping a track of how many people/computers are running it. If each download only represents 1 computer, it's easy to keep track. Of course, you are probably the only person who read the licensing agreement, i know i didn't.

      --
      Be seeing you...
    2. Re:Licensing by davewoods · · Score: 1

      Yeah, my thought was "License agreement? Whatever, this thing is free".

    3. Re:Licensing by tehcyder · · Score: 1

      Yeah, my thought was "License agreement? Whatever, this thing is free".

      It's free as in beer, but so is a pirated copy of Windows.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    4. Re:Licensing by tehcyder · · Score: 1

      Of course, the other thought is that is how they are keeping a track of how many people/computers are running it. If each download only represents 1 computer, it's easy to keep track.

      I'm not sure how, but I'm convinced that is infringing on my basic human rights.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  7. It's not merely technically challenging. by Dr.+Manhattan · · Score: 5, Interesting

    Would be a complete nightmare to keep synchronous across multiple computers and server though.

    And everyone in the real world still thinks at the same rate. With turn-based games, you can do a little better - e.g. chess clocks that give dissimilar players different amounts of time - but for a continuous game it's rougher. And picture, you're walking down a hall, and suddenly things go slower because someone all the way on the other side of the map starts sprinting. It adds a whole new layer of lag-like behavior on top of the relativistic effects you're trying to simulate.

    The key thing about relativity is that, no matter what speed you're moving at, you feel the same. It's just that everything around you behaves differently. Slowing the game clock down because other people are going fast doesn't simulate that at all.

    --
    PHEM - party like it's 1997-2003!
    1. Re:It's not merely technically challenging. by mcgrew · · Score: 1

      The key thing about relativity is that, no matter what speed you're moving at, you feel the same.

      But the speed of light makes communications difficult over long distances, like the 10-20 minutes to get a signal to Mars. In a REALLY realistic game, when you call someone from Venus to Jupiter, it will be a while before they get your message. There's a lot of lag between planets.

    2. Re:It's not merely technically challenging. by maxwell+demon · · Score: 1

      I don't think a realistic space travel game will be much success. Travelling from Earth to Mars: Put your space ship on course, and then wait half a year, maybe making a small course correction every now and then ...

      --
      The Tao of math: The numbers you can count are not the real numbers.
    3. Re:It's not merely technically challenging. by tehcyder · · Score: 1

      I'm not going to disagree with anyone whose user name is Dr. Manhattan.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    4. Re:It's not merely technically challenging. by tehcyder · · Score: 1

      I don't think a realistic space travel game will be much success. Travelling from Earth to Mars: Put your space ship on course, and then wait half a year, maybe making a small course correction every now and then ...

      Sounds like most realistic flight simulators. Christ they're dull.

      Ten minutes of fun taxiing and taking off, a ten hour flight over the featureless Atlantic and five minutes of terror landing. The only good thing is that with autopilot you can sleep during the middle bit, much like real pilots. .

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    5. Re:It's not merely technically challenging. by Thumper_SVX · · Score: 1

      Of course; they're simulators. That's exactly what real flight is like. Of course, in the real thing the terror is a bit more palpable because you're ACTUALLY in danger...

      Though there are aspects that are tricky to simulate; the taste of horrible coffee, the smell of a first officer with terminal flatulence, and the horrible shiver that goes down your spine when your finger happens to find a blob of some unidentifiable substance that has scraped off the fingers of the previous pilot onto the seat adjustment controls. The only advice I can give there is not to sniff it...

      I am sure these things are also able to be simulated... sort of glad they're not.

      Why yes, I am a pilot; how did you know? :)

  8. Awesome! You need artists... by poly_pusher · · Score: 1

    The concept is great, mechanics are clever, and anything that helps people particularly kids gain a better understanding of the physical world deserves to be promoted. You might be able to snag some talented artists to work on this. There are many 3D software communities on the web. Blender forums is of course a great place to start. However, I would recommend the Luxology forums. The makers of Modo. Lots of talent over there, great community attitude and I know there are many people there would like to make their name artistically with a project like this. Also, since Unity is used, Modo and Unity work beautifully together, direct import of Modo's native format is already available in Unity.

    Check it out!

  9. Re:Awesome! You need artists... by poly_pusher · · Score: 1

    maybe I should give a link... http://forums.luxology.com/

  10. Re:Awesome! You need artists... by ColdWetDog · · Score: 1

    And if they're looking for commercial support, I might humbly suggest the makers of Dramamine(Tm) motion sickness pills.

    I mean, wow....

    --
    Faster! Faster! Faster would be better!
  11. NO LINUX??? by bacon.frankfurter · · Score: 1

    C'mon. Windows and Mac only?!

  12. Gameplay footage by FlynnMP3 · · Score: 4, Informative
    1. Re:Gameplay footage by xandroid · · Score: 1

      Too bad that player didn't know anything about relativity before playing it. Kept complaining about "sliding around".

      "Did I slow down the speed of light?" Yes you moron, that's the name of the goddamn game.

      --
      $ echo "ceci n'est pas une pipe" | sed -Ee 's/(eci n|pas )//g'
    2. Re:Gameplay footage by xandroid · · Score: 1

      I find the trailer to be a far better video for showing what this project is all about. It shows some gameplay and gives an explanation of the goal: http://www.youtube.com/watch?v=uu7jA8EHi_0

      --
      $ echo "ceci n'est pas une pipe" | sed -Ee 's/(eci n|pas )//g'
  13. There's a book by Anonymous Coward · · Score: 5, Interesting

    This stuff is explored in Mr. Tompkins in Wonderland, by George Gamow. The title character has various dreams which illustrate aspects of modern physics. For example, he dreams about riding a bicycle while the speed of light is 30 mph, and playing billiards with Planck's constant = 1. It's an interesting read; I recommend the omnibus Mr. Tompkins in Paperback, which has Mr. Tompkins in Wonderland and Mr. Tompkins Explores the Atom

    1. Re:There's a book by Quirkz · · Score: 2

      'Einstein's Dreams' also explores a series of worlds where the properties of relativity are slightly different or slightly more pronounced than in our world.

  14. Multiplayer by elfprince13 · · Score: 4, Interesting

    I'd be even more impressed if they managed to make it multiplayer. Maybe merge this with the Resequence Engine? Not for time travel necessarily, but because they've already worked out how to run multiple reference frames at once, and I suspect you'd need an event buffer for every pair of players, and possibly to introduce a preferred reference frame as well for simulating the environment.

  15. Re:Awesome! You need artists... by cvtan · · Score: 1

    Glad I'm not the only one who approached nausea while playing this.

    --
    Sorry, but gray text on gray background is making my eyes bleed.
  16. This is begging for a space sim by Iamthecheese · · Score: 1

    Realistic sublight space battles? shut up and take my money!

    --
    If video games influenced behavior the Pac Man generation would be eating pills and running away from their problems.
  17. Re:Just played it, going to puke now. by mcgrew · · Score: 1

    Smoke a joint before you play, that's far better than Dramamine at combatting motion sickness. Actually, for alleviating any kind of gastrointestinal queaziness including food poisoning and alcohol hangovers.

  18. red/blue shift by Anonymous Coward · · Score: 2, Informative

    That whole red shift/blue shift thing always confuses me too

    Here is red/blue shift (to my understanding) in a nutshell:
    First, remember that the frequency of light determines what color it will be. In the visible light spectrum, red is at one end and has the lowest frequency of visible light. Blue light has a higher frequency and is found towards the opposite end of the visible spectrum. Also, remember that the speed is a constant. When you see something, you see the light bouncing off of it. If an object is coming towards you, the light does not go 'the speed of light' + the object's velocity. The speed of light remains a constant. So instead, that extra energy shifts the light to a higher frequency. This is blue shift. When an object is moving away from you, the light bouncing off of an object does not go 'the speed of light' minus that object's velocity. The speed of light remains constant. Instead that energy is taken from its frequency. This is red shift.

    1. Re:red/blue shift by lister+king+of+smeg · · Score: 1

      i thought red/blue shift had to do with states switching political allegiances or am I still stuck with election induced stupor.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    2. Re:red/blue shift by Fned · · Score: 1

      I hate that annoying Anonymous Coward and his blatant karma whoring.

      Er.

    3. Re:red/blue shift by ColaMan · · Score: 1

      Hmm. I think a better explanation is ripples on a pond from a rock.

      You are stationary on a boat on a pond. You throw a rock into the pond some distance away, the ripples move towards you across the water at a set speed and slap against the hull of the boat at a certain frequency.

      You repeat the process, this time moving your boat towards the origin of the ripples after you throw the rock. As your boat passes over the ripples as they travel towards you, they slap against the hull at a higher frequency = blue shifted.

      Similarly, you move your boat away from the origin of the ripples - the ripples slap against the hull at a lower frequency = red shifted.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    4. Re:red/blue shift by Guignol · · Score: 2

      What you are describing is correct, but it just is the classical doppler effect
      For relativistic speeds, time dilation also enters the scene
      For example, if the source moves in circles around you, you are not to expect any classical doppler effect, but there would be a relativistic one completely due to the time dilation effect
      More about it here

  19. Awesome by kiriath · · Score: 1

    Just tinkered with this for a few minutes, and aside from feeling slightly dizzy, this was an interesting physics demonstration.

    *spoilers*
    I particularly enjoyed strafing left or right and seeing the color spectrum (as you get closer to 100 orbs).

    The sound / music is pretty relaxing... neat game(relatively speaking of course)!

  20. Great idea, annoying controls by sinnergy · · Score: 1

    It's definitely an interesting game, but I found the controls particularly horrible. I understand why they are the way they are. Going from near light speed to a dead stop without any deceleration is rather unrealistic and vise verse. However, from the perspective of it being a "game" it was downright annoying.

    Great concept, though, and definitely an interesting learning tool. It'd be even more fun if one could adjust the variables directly and and explore the consequences of those variables more deeply.

  21. The Necessity of Math for Physical Intuition by tinkerton · · Score: 4, Interesting

    I think immersion in the right simulating environment can give people a level of physical intuition that many physicists never achieve.

  22. Re:i have always wondered, never got an answer... by tinkerton · · Score: 2

    The speed is the same across the spectrum.

  23. Maybe they'll simplify by bugs2squash · · Score: 1

    the explanation of special relativity to the point where even people with no scientific background can start denying it and petitioning schools to represent alternative views in the curriculum. Intelligent magnetism perhaps ?

    --
    Nullius in verba
    1. Re:Maybe they'll simplify by EmagGeek · · Score: 1

      Intelligent Magnetic Monopoles.

  24. Variation on a theme by doug+szathkey · · Score: 1

    On a smaller scale, the same thing is done on this relativistic re-skin of Asteroids about 5 years ago:
    http://playthisthing.com/relativistic-asteroids

  25. Re:Just played it, going to puke now. by HeckRuler · · Score: 1

    Headaches and puking your guts out. A not-often explored side effect of fantastical super powers. (But props to Watchmen for vomit-inducing teleportation.)

  26. Re:Awesome! You need artists... by HeckRuler · · Score: 1

    anything that helps people particularly kids gain a better understanding of the physical world deserves to be promoted.

    Hell, forget the kids, I've contemplated making games with relativistic effects (albeit more of a Asteroids clone) and I never considered that the Doppler effect would shift non-visible spectrums into something we could see.

    My mind, it's blown.

  27. Obligatory XKCD by ClickOnThis · · Score: 3, Interesting
    --
    If it weren't for deadlines, nothing would be late.
  28. Re:Overflow? by ClickOnThis · · Score: 1

    If you go fast enough blueshift suddenly overflows to red.

    Yeah, I noticed that too. Could it be simulated black-body infrared from the objects, blue-shifting into the visible spectrum?

    --
    If it weren't for deadlines, nothing would be late.
  29. More annoying: wrong speed computing by advid.net · · Score: 1

    If you try to move forward in a corner or facing a rock, you won't move but it looks like you were accelerating !

    They just don't use the speed of the player but compute speed with your intent of acceleration...

    This is a huge mistake, I wonder if there is more: I'd like to see how the relativistic effects really look like.

    1. Re:More annoying: wrong speed computing by Jonah+Hex · · Score: 1

      After playing for a bit I think this is a side effect of the distortion effect used to create the sliding when you try to turn at speed. It is a bit disconcerting to see it happen when your not actually moving however. - HEX

  30. Re:Sadface by maxwell+demon · · Score: 1

    No, the download only seems so slow because it is sent with almost light speed, and therefore you get relativistic time dilation. ;-)

    --
    The Tao of math: The numbers you can count are not the real numbers.
  31. Re:Just played it, going to puke now. by LordLimecat · · Score: 1

    Ditto on the motion sickness, and I cant remember having experienced it before. Gamers be warned.

  32. Re:i have always wondered, never got an answer... by Jonah+Hex · · Score: 1

    To amplify on the previous answer: It's the wavelength that is different, not the speed. I'm not well versed in this but light, electricity, all "waves" and "rays" move at the speed of light. - HEX

  33. Re:i have always wondered, never got an answer... by hasdikarlsam · · Score: 1

    The speed of light in a medium, such as air, however.. is not.

  34. Watched it... by CODiNE · · Score: 1

    Excuse me while I go vomit.

    Very neat effect but... yikes.

    --
    Cwm, fjord-bank glyphs vext quiz
  35. Re:Just played it, going to puke now. by Nyder · · Score: 1

    Smoke a joint before you play, that's far better than Dramamine at combatting motion sickness. Actually, for alleviating any kind of gastrointestinal queaziness including food poisoning and alcohol hangovers.

    I was stoned. =)

    --
    Be seeing you...
  36. Velocity Raptor by kallisti · · Score: 1

    http://www.newgrounds.com/portal/view/585990

    This is a game showing 2D relativistic effects that happens to be an actual game. You use time dialation to dodge bullets and try to turn different colored objects the same with Doppler. Unfortunately, it doesn't have any kind of skip-ahead (and I suck at it) so I could never see what the later levels added to the mix

  37. failure by FalseModesty · · Score: 1

    This was a bad demonstration of relativistic effects. All it really does is demonstrate the Doppler effect, and it does that poorly. People are evidently not warm, because they do not glow when infrared light becomes visible. Chimneys do, but so do shadows under roofs.

    The huge mushrooms emit what, gamma rays? They emit light that is visible even when enormously red-shifted.

    There is no Sun or sky. No campfires. No warm machinery. No radios. No flowers with UV patterns. Nothing familiar that will illustrate something interesting about the Doppler shift and the world of invisible light.

    It's a nifty idea, but finish it before releasing it.

  38. They forgot something by loosescrews · · Score: 1

    The other moving spirits should be Doppler shifted after light is slowed. Even if you are "still," the other spirits continue to move relative to you. After light is slowed enough that Doppler shifts are noticeable at low speeds, the light bouncing off the other spirits should be Doppler shifted because they have a component of velocity moving towards or away you at a large fraction of the speed of light.

  39. Something missing or did I miss it? by GrpA · · Score: 1

    What about the contraction of angular distance around the axis of the direction of motion? As you approach the speed of light, shouldn't the field of view contract so significantly that as you're moving forwards, it appears you're moving backwards?

    I didn't see that effect in the video, or did I miss it?

    (eg, as you move forward at the speed of light, objects at 90 degrees to your direction will appear to be at 45 degrees to your direction )

    GrpA

    --
    Enjoy science fiction? "Turing Evolved" - AI, Mecha, Androids and rail-gun battles. What more could you want?
  40. As seen on /.2005:Excursions at the Speed of Light by D4C5CE · · Score: 1

    Previously in this frame of reference: ;-) http://science.slashdot.org/story/05/05/16/0036207/excursions-at-the-speed-of-light
    A relativistic first-person bike ride simulator.

  41. INFORMATION TRANSMISSION PROBLEM by Anonymous Coward · · Score: 1

    When people will stop to talk about this in the wrong way ?

    There is no such thing like "twins paradox" or time slowing down....

    Einstein, in his time, was trying his best to talk about a INFORMATION TRANSMISSION problem.

    There's is a limit , the speed of light. If you are travelling in the speed of light and sending information back, let's say your position, gps, whatever. It will take more and more time to reach his destiny. Period. There is no such thing: time goes faster, time goes slower, twin go older, twin stay younger. Wrong, wrong , wrong.
    For general relativity, same thing. Super strong gravity is pulling everything, making the information sent back to his destination going really badly or broke, like bad tcp packets.

    ENOUGH, with those people still earning money spreading this huge mistakes!
    This is what we learn in Russia.

  42. Mimimum System specs by tehcyder · · Score: 1

    Why are they so high for something that looks like the original Doom?

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  43. Finally. an interesting FPP by HagraBiscuit · · Score: 1

    Definitely the most awesome thing I've seen this lunchtime. The first FPP game I've considered loading onto my system since Portal.