9007199254740992
11–20 of 64 posts
Lame cargo cultism. Find something different to do besides just increasing the array size.
Re: 9007199254740992
#12ok... how many years would it take to actually get the final number?
27133559.5 years if you do 10 presses per second.
Re: 9007199254740992
#13Re: 9007199254740992
#14Can we apply the same AI to this and make an screen saver out of this?
Re: 9007199254740992
#15And the productivity goes down by the same factor.(2^53 btw ) I finally reached the 2048. :) I think I understand now why candy crush is so popular. > 8192. > 16384 and I'm done. Manually There needs to be a save feature.
[deleted]
Re: 9007199254740992
#16Watch and wait :)
```
game = new GameManager(8, KeyboardInputManager, HTMLActuator, LocalScoreManager); setInterval(function (){ for(var i =0; i ```
Re: 9007199254740992
#17Re: 9007199254740992
#18I don't see the game , just doing up,left,up,left, for ages and get points ... so ?
The point of this game is to lose in the fewest number of steps.
Re: 9007199254740992
#19If you're using Chrome, this should save you some time:
function step() {
var eventObj = document.createEvent("Events");
eventObj.initEvent("keydown", true, true);
eventObj.which = 37 + Math.floor(Math.random(0, 1)*3);
document.dispatchEvent(eventObj);
}
int = setInterval(step, 0.001);Re: 9007199254740992
#20First ever comment since signing up.
This is diabolical.
DIABOLICAL!