Earlier quoted context omitted.
Depends on what you mean by "limit user IO". Standard USB keyboards have a limit on the number of keys you can hold down at once but otherwise the limits are your physical speed rather than the protocol. Similarly, these techniques for fast clicking are still under what even the NES hardware is capable of; this rolling technique allows clicking buttons much more quickly than you normally can but they're still a long…
>this rolling technique allows clicking buttons much more quickly than you normally can but they're still a long way from the 30Hz strobe the hardware itself will accept That actually kind of what I was thinking of :-) . I would have though more "modern" games , particularly multiplayer, would have software limits even as the hardware got more capable.
After 34 years, someone beat Tetris [video]
81–90 of 194 posts
Re: After 34 years, someone beat Tetris [video]
#82Earlier quoted context omitted.
It's the last thing that can happen in the game, which I think is a fair definition of getting to the end, or "beating" it.
When I made a game crash through a bug before I did not consider myself beating the game, that is why I have or had difficulties understanding. I suppose the difference is making it crash through playing as many levels, for example, as possible.
In a game with no human-authored intentional "win state", one reasonable definition of "beating the game" is "reaching a state that no other player is able to surpass". If the game crashes at a certain point, then reaching that crash is a viable state that fits that definition.
Re: After 34 years, someone beat Tetris [video]
#83I get why this is exciting and all that, but how is bad code (or insufficient resources) leading to the bug or crash equivalent to "player beating the game"?
I think of it as "the first time anyone has not lost". Until that crash run, every game had ended with a top out.
Re: After 34 years, someone beat Tetris [video]
#84Earlier quoted context omitted.
And mental, think about something like chess! In general it's just incredible how good we can become at anything. It's kind of interesting to think about in times long past where warfare was melee based and how there would have been similar outliers. Somebody who lucked into some good genetics, good diet, and good training would have been a mountain among men.
> It's kind of interesting to think about in times long past where warfare was melee based and how there would have been similar outliers. Somebody who lucked into some good genetics, good diet, and good training would have been a mountain among men. The UFC exists today. Some fighters, like Jon Jones, are incredibly gifted and have won, and held, a championship title despite doing a lot of things "wrong" outside of…
with lots of steroids and other PEDs
Re: After 34 years, someone beat Tetris [video]
#85The game is beaten IMO when you beat level 255 and rollover back to 0 avoiding any position that would result in a crash before then.
Re: After 34 years, someone beat Tetris [video]
#86Earlier quoted context omitted.
Memory. Past a certain point, the numbers can become so high (score, level or other) that it corrupts the memory and freezes the game
The Tony Hawk's Pro Skater games can crash this way. If you cheat and enable perfect balance, then you can grind infinitely on a circular rail and eventually the score is so high it crashes the game.
Re: After 34 years, someone beat Tetris [video]
#87Earlier quoted context omitted.
I played Minesweeper almost every day during the summer in the 90's. I got so good at it that I eventually whittled down my time to a mere 17 seconds on the largest puzzle (expert). At that point I figured I couldn't get any faster, and moved on to a new game. Years later, I was looking at the Guiness Book of World Records and noticed that the record for the expert minesweeper is something like 25 seconds. Of course,…
Funny story. When my friend started playing minesweeper, I would go to his computer and clear out all of his scores by editing in my scores as "beating" him. Being super competitive, in order not to lose to me, he became a fiend at minesweeper, being able to do solve the beginner series in under 20 seconds. As he would get better and better, I would continue to beat his high score until he had the beginner down to so…
Re: After 34 years, someone beat Tetris [video]
#88Earlier quoted context omitted.
Depends on what you mean by "limit user IO". Standard USB keyboards have a limit on the number of keys you can hold down at once but otherwise the limits are your physical speed rather than the protocol. Similarly, these techniques for fast clicking are still under what even the NES hardware is capable of; this rolling technique allows clicking buttons much more quickly than you normally can but they're still a long…
>this rolling technique allows clicking buttons much more quickly than you normally can but they're still a long way from the 30Hz strobe the hardware itself will accept That actually kind of what I was thinking of :-) . I would have though more "modern" games , particularly multiplayer, would have software limits even as the hardware got more capable.
As for single player games there are barely any reasons for game developers to have improved in this regard over the years. "OnKeyDown" is still a standard API in many input libraries and the simplest thing to do is to have this mistake. Unless it's an ability with multiple second cooldown where the mistake would be obvious. And that's not unique to small games made by beginners or indie devs, AAA games have the same problems. Just few years ago DOOM Eternal had an exploit where mapping jump to a scrollwheel (even better if you have freely spinning scrolwheel), in combination with a few other quirks allowed you to do game breaking jumps skipping large parts of levels by quickly doing a bunch of them in a row and accumulating speed before game noticed that you are above ground and shouldn't be able to jump again. It was somewhat hot topic between speed runners of that game.
Re: After 34 years, someone beat Tetris [video]
#89I beat Tetris back in 2020 (although by a different means): https://jasoneckert.github.io/myblog/i-finally-beat-tetris/
Man I would change your font, that is super difficult to read as large blocks of text.
Re: After 34 years, someone beat Tetris [video]
#90----
Edit - Also worth a look: