Why "co-founders"? Surely you mean co-players
Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
31–40 of 52 posts
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#32nice.. so you put a limit on the number of letters, and shuffle the letters in all possible combinations searching your wictionary. Interesting.
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#33you should consider allowing users to input all the letters into one single input box, might just a little bit less effort for the users =)
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#34you should consider allowing users to input all the letters into one single input box, might just a little bit less effort for the users =)
You can just keep typing while you're in the first text box :)
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#35Earlier quoted context omitted.
I used the frequency lists from Wikitionary for searching an ranking. They've got the 40,000 most frequent words.
The client downloads the current word list from this URL: http://static.iminlikewithyou.com/drawsomething/wordlist.csv I've been meaning to see if I can run a proxy and substitute my own words. EDIT: I personally use wordplay ( http://hsvmovies.com/static_subpages/personal_orig/wordplay/... ) with the -lx flags on this file when I'm stumped
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#36Earlier quoted context omitted.
The client downloads the current word list from this URL: http://static.iminlikewithyou.com/drawsomething/wordlist.csv I've been meaning to see if I can run a proxy and substitute my own words. EDIT: I personally use wordplay ( http://hsvmovies.com/static_subpages/personal_orig/wordplay/... ) with the -lx flags on this file when I'm stumped
Nice! Steve - can you use this word list instead? ( http://static.iminlikewithyou.com/drawsomething/wordlist.csv )
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#37Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#38Earlier quoted context omitted.
I'm glad you noticed that! I added it as a convenience for myself when testing it... and wasn't sure if anyone else would discover it :)
Would be even nicer if the cursor also moved!
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#39I've never heard of 'draw something' as a game before so perhaps I'm using a word that isn't allowed or something.
Stuff like this is handy in teaching especially if it works on a mobile phone (blackberry for teenagers, iPhone for colleagues :-)
Re: Show HN: My saturday project. For when your co-founders can't 'Draw Something'.
#40Earlier quoted context omitted.
Would be even nicer if the cursor also moved!
Yeah, I played around with that. On the iPhone they disable allowing you to programmatically focus input fields in Safari (from what I could tell). So rather then spend time on a work around, since this was just a fun side project, I figured I'll ship it as is.