2048 in sed
github.com
2048 in sed
1–10 of 39 posts
Re: 2048 in sed
#2Re: 2048 in sed
#3Also, disappointed no one has blatantly embedded https://github.com/progranism/Bitcoin-JavaScript-Miner to put all this time wasting to good u$e.
Re: 2048 in sed
#4Just joking, I love these and I'm unemployed. Keep'em coming!
Re: 2048 in sed
#5Re: 2048 in sed
#6 ___________________
|___2|____|____|____|
|___2|____|____|____|
|___2|____|____|____|
|____|____|____|____|
in the original the result of going up would be ___________________
|___4|____|____|____|
|___2|____|____|____|
|____|____|____|____|
|____|____|____|____|
but in this game it's ___________________
|___2|____|____|____|
|___4|____|____|____|
|____|____|____|____|
|____|____|____|____|Re: 2048 in sed
#7I think this game is a bit different than http://gabrielecirulli.github.io/2048/ Take a look at this situation: ___________________ |___2|____|____|____| |___2|____|____|____| |___2|____|____|____| |____|____|____|____| in the original the result of going up would be ___________________ |___4|____|____|____| |___2|____|____|____| |____|____|____|____| |____|____|____|____| but in this game it's ___________________ |_…
how am i suppose to know when i break my own record [i.e. 3012 - never got passed 512 on the tiles]
Re: 2048 in sed
#8Re: 2048 in sed
#9The option is there, just different: -E (the same as grep)
Re: 2048 in sed
#10Have someone made Emacs version? Isn't it more easy to write it in elisp compared to sed.