Earlier quoted context omitted.
One of my quizzes included the copyright header for swift which was a giveaway, another was simply a pair of closing brackets and no other text at all, making it impossible. Overall the other ones that worked when it did work were fun though.
Oh, such cases can ruin the fun of the game. It's best to remove them as much as possible. Thanks for letting me know!
GitHubGuessr
11–20 of 54 posts
Re: GitHubGuessr
#12Created GitHubGuessr: guess the repo from code snippets. Surprisingly challenging. Thoughts?
this is a great game by the way! There might be scope for grouping the repos broadly by language. so when faced with some javascript code, the list of possible answers the user gets to pick from are all javascript-y repos. but this ofcourse makes it easier (maybe too easy).
Re: GitHubGuessr
#13Earlier quoted context omitted.
Oh, such cases can ruin the fun of the game. It's best to remove them as much as possible. Thanks for letting me know!
maybe gradual hints should be shown as the counter gets closer to zero? Hint: Language is Javascript Hint: Owner is "Facebook" Hint: Other languages used in the repo include HTML 2.8% CSS 1.5% C++ 1.0% TypeScript 0.5% CoffeeScript 0.4% Other 0.2%
Re: GitHubGuessr
#14Earlier quoted context omitted.
maybe gradual hints should be shown as the counter gets closer to zero? Hint: Language is Javascript Hint: Owner is "Facebook" Hint: Other languages used in the repo include HTML 2.8% CSS 1.5% C++ 1.0% TypeScript 0.5% CoffeeScript 0.4% Other 0.2%
Thanks! Indeed, giving hints is a good idea. For now, I've made a change to provide hints based on the language and logo. I guess if the owner is revealed, it might become too easy due to the auto-complete UI.
i was thinking it could be like hangman style..
_ _ A C TRe: GitHubGuessr
#15One bug: I selected Selenium and it was wrong, then the next one I thought was also Selenium and it was. The drop down still has Selenium selected but an empty string was sent as the guess.
Thanks for making this!
Re: GitHubGuessr
#16Cool idea, but first I got a file which immediately read "This source file is part of the Swift codebase" or smth, and them I got one which is just the characters "})", so pretty inbalanced. Took me a while to figure out that the arrows change between files.
Re: GitHubGuessr
#17Cool idea, but first I got a file which immediately read "This source file is part of the Swift codebase" or smth, and them I got one which is just the characters "})", so pretty inbalanced. Took me a while to figure out that the arrows change between files.
return output
}
}
}
}
}
I guess this is one of the cases where an app should pretend to choose a "random" snippet, but actually the user doesn't want real randomness.Re: GitHubGuessr
#18Created GitHubGuessr: guess the repo from code snippets. Surprisingly challenging. Thoughts?
Re: GitHubGuessr
#19An interesting game.
Re: GitHubGuessr
#20Hey, if any hackers out there have feedback (or even found bugs), let me know!