Slashdot Mirror


Steve Wiebe is the King of Kong Again

Anyone who watched 'The King of Kong: A Fistful of Quarters' knows the epic struggle for global Kong dominance waged by Steve Wiebe and Billy Mitchell. Wiebe took back the crown by scoring 1,064,500-points which was officially verified. And if you haven't seen the movie, go watch it. You won't be sorry.

7 of 127 comments (clear)

  1. Is this with or without the patch?? by dmgxmichael · · Score: 3, Informative

    Is this with or without the ROM hack that removes the kill screen and restores the programmer's original intent for the game?

  2. On Hulu.com by zero_out · · Score: 4, Informative

    I watched that movie on Hulu a couple months back. It is probably still on there, if it hasn't expired. Check it out.

  3. Re:Worth watching by Chad+Birch · · Score: 5, Informative

    Suggested reading: Twin Galaxies' Official Statements about "The King of Kong". They probably shouldn't even be allowed to call that movie a "documentary".

    --
    Sturgeon was an optimist.
  4. Re:Worth watching by Schnapple · · Score: 5, Informative

    Yeah it's been stated that the movie's editing makes certain things seem different than how they went down. Stuff like how Billy Mitchell's videotaped score being rejected the following day and Walter Day apologizing to Weibe. And when Weibe's videotaped score was rejected, the record reverted to the other record he set in 2003, not to Mitchell. And Weibe has stated that the scene in the restaurant where Mitchell avoids him leaves out the part that came later where Mitchell came over and apologized for being rude and introduced his wife.

    http://en.wikipedia.org/wiki/King_of_kong#Disputed_facts

    Weibe is the everyman character we all identify with and Mitchell has an abrasive personality that make for an excellent film. But both men agree that the movie doesn't portray them correctly. Still, it's a great film. What I wonder is - will there ever be a DK score that's literally impossible to beat?

  5. Whats with these ad-whore links? by CrAlt · · Score: 4, Informative

    Why not just link to the original story?

    http://www.twingalaxies.com/index.aspx?c=19&id=2264

    --
    I have to return some videotapes...
  6. Re:For anyone interested... by ArcadeNut · · Score: 4, Informative

    A "kill-screen" in a game is when the high score overflows its boundaries and corrupts the rest of memory, typically video memory, which causes the game to display in a way that is unplayable. The result is either the game crashing or the player losing a game life.

            -dZ.

    You're a little off. Scores overflowing don't usually cause this type of issue. They could, but it's less likely.

    Kill screens are typically because of either the number of lives or the level of the game goes beyond 127 (or 255).

    PacMan for example has the issue when you go beyond Level 255, the level goes back to 0. The level is used as an offset. Well, for the normal game (when the game starts), the offset is 1. Think of it as accessing an Array outside its bounds. So what you wind up with is the famous split screen that you can't get past.

    Gravitar (and a whole host of other games) has an issue with the number of lives if you go beyond 127 because it uses a signed integer to track the number of lives. So once you hit your 129th extra life, the game actually thinks you have -2 lives. Then you die, it subtracts 1, you now have less then 1 life left and you die, game over.

    In the case of Donkey Kong, it's based on the number of levels as the game dies in the same exact spot every time.

    --
    Visit the Arcade Restoration Workshop @ http://www.arcaderestoration.com
  7. Re:Worth watching by cgenman · · Score: 2, Informative

    Twin Galaxies also has an interesting writeup on the creative license taken by the movie. Don't forget that the apology letter Weibe received was actually immediately after the FunSpot videotape incident, and not years later as implied by editing.

    It's a great movie. It takes the rather dry world of competitive video game playing, and turns it into something eminently watchable. But don't pillory Mitchell for how the filmmakers edited him to seem.