Welcome - The Ruby Game(therubygame.com)
therubygame.com
Welcome - The Ruby Game
http://therubygame.com/
7 comments
Interesting, but why require Twitter out of all things? I thought Ruby had the multi-auth thing nailed.
It does. It's trivial to use as well. https://github.com/intridea/omniauth
Why would you not hook this up to github for auth?
EDIT: The site is great by the way. My tone of disappointment at the authentication system is motivated by how nice the thing is.
Why would you not hook this up to github for auth?
EDIT: The site is great by the way. My tone of disappointment at the authentication system is motivated by how nice the thing is.
> This code has already been submitted by darkphnx
Ok, so I have to add random noise to my solution? O_o
Ok, so I have to add random noise to my solution? O_o
I really love this idea, and I want to compete but it appears the site is down, and I'm unable to submit solutions.
I've been wanting a version of Vimgolf targeted at Ruby for quite some time, it's an awesome way to improve your skills and uncover great tricks.
Inject is a beautiful thing, and looking at the leaderboard, a lot of people seem to agree.
I really loved this! I liked the fact that I could read other people solutions.
Is there an equivalent for Python, or any other language?
Is there an equivalent for Python, or any other language?
vimgolf is very similar, and has an interesting mechanic of not letting you see significantly better entries than your own.
I'm a little slow this morning....the top solution is just a string? The submitter just did a fake entry to get the answer and then submitted a second one?
They cheated. The page says all code will be rerun with different input at the end of the week to determine the true winner, so all the hardcoded answers will drop out at that point.
Though it seems this problem has an obvious fastest solution that has been found and mimic'd repeatedly.
Though it seems this problem has an obvious fastest solution that has been found and mimic'd repeatedly.
Perhaps they should rerun with different input immediately after submitting.