Live data from Hacker News

Site I've been working on every evening for six weeks - ycnews feedback would be awesome

clutu.com

1–10 of 33 posts

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#2
clutu is a crossword game you can play online with your friends.

I've been working on it every evening and a couple of weekends for six weeks now, after being inspired by counttonine.com

If you want to play clutu fast, you can instantly see what your friends are doing thanks to ajax. If you prefer to play slower you can bookmark your game and/or subscribe to an rss feed for it.

clutu runs in sbcl, using hunchentoot as its web server, on an ubuntu vps. Crosswords are generated continuously and the best ones are kept in a pool so that a request for a new game is quick if the pool isn't empty.

Most fun thing so far: finding a very fast way to generate anagrams.

Least fun thing so far: trying to get invite emails past spam filters - I spent more than a week on this and it's still not reliable.

Thanks for any feedback!

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#3
Not bad, I like the concept. The crossword grid doesnt quite look right in IE6.

This is the sort of concept that you infinitely play around with. Some ideas for your to-do list:

1. Widgetize it

2. I know its collaborative, but throw in a few features that cater to the solo user

3. Add in some kind of top-score list or top-user list and put on home page

4. Screen shot of game on home page

5. Allow users to pick games based on predefined categories and difficulty levels

6. Allow users to race against a clock to complete the puzzle if they want.

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#5

clutu is a crossword game you can play online with your friends. I've been working on it every evening and a couple of weekends for six weeks now, after being inspired by counttonine.com If you want to play clutu fast, you can instantly see what your friends are doing thanks to ajax. If you prefer to play slower you can bookmark your game and/or subscribe to an rss feed for it. clutu runs in sbcl, using hunchentoot a…

Looks good!

Random thoughts:

-I know I've been docked for saying this before, but a facebook app that ties in with your site might be a good way to virally grow the user base.

-My first reaction to the site's name was a play on Cthulhu: you might want to capitalize on that and make a (dyslexic?) cthulhu be the site's mascot.

-An idea for crossword generation is to take the top stories on reddit and make crosswords be based on key words (and their clues) from the stories.

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#6
If you are having problems with legitimate email being stopped by spam there are a number of ways to improve your odds of getting through. What email address - your domain or the email of the person doing the invite? Do you have SPF records set up? Reverse DNS? What does dnsstuff.com have to say about your IP being in any spam databases? Or DNSreport have to say about your domain?

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#7
This is a very slick little application! Some random thoughts:

It wasn't obvious to me that the anagram clues were anagrams. Woul it really kill you to spell out "anagram?" Maybe even put "Anagram:" before the clue instead of putting it in parentheses afterwards?

What's the point of the "play" button? Why not just give the user a puzzle right out of the gate?

The delete key should let me delete a letter, and probably go back to the previous letter.

There should be some way to choose the direction of my typing with the mouse when I click a square that starts both an across and a down arrow. For example, perhaps add a little "right" arrow and a little "down" arrow in opposite corners of the square that users can push? At the very least, if I'm entering a "down" word and I click a square in that word that's also part of an "across" word, it's confusing for it to switch to the across word.

Let people make their own puzzles. A really easy way to do this would be to simply ask the user to enter 40 or 50 word-clue pairs, which you could then assemble into a new puzzle. This might also be a source for new clue ideas.

Relatedly: let users rate clues. This will allow you to refine your database. Your rating options might be something like "Hard," "medium," "easy," and "unfair." Clues that get several "unfair" ratings could be automatically weeded out of the database. Once you had a substantial database of ratings for clues, you could offer puzzles with varying difficulty levels based on the ratings.

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#8

This is a very slick little application! Some random thoughts: It wasn't obvious to me that the anagram clues were anagrams. Woul it really kill you to spell out "anagram?" Maybe even put "Anagram:" before the clue instead of putting it in parentheses afterwards? What's the point of the "play" button? Why not just give the user a puzzle right out of the gate? The delete key should let me delete a letter, and probably…

Huh, I guess asterisks have special meaning in the site markup. I was trying to make a bulleted list, but instead I got every other point italicized.

Re: Site I've been working on every evening for six weeks - ycnews feedback would be awesome

#10
post #5

clutu is a crossword game you can play online with your friends. I've been working on it every evening and a couple of weekends for six weeks now, after being inspired by counttonine.com If you want to play clutu fast, you can instantly see what your friends are doing thanks to ajax. If you prefer to play slower you can bookmark your game and/or subscribe to an rss feed for it. clutu runs in sbcl, using hunchentoot a…

Looks good! Random thoughts: -I know I've been docked for saying this before, but a facebook app that ties in with your site might be a good way to virally grow the user base. -My first reaction to the site's name was a play on Cthulhu: you might want to capitalize on that and make a (dyslexic?) cthulhu be the site's mascot. -An idea for crossword generation is to take the top stories on reddit and make crosswords be…

Yeah, my first thought was: Facebook app it! A good tie in might be to generate crosswords based on your friends' names, and make the clues be based on their interests, wall posts, or something like that. Hmm, actually this sounds interesting, give me a holler if you'd like a collaborator ;)
Post reply on HN