TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Worldle- 24 Hour real time boggle HTML5 hackathon game

91 pointsby farhadabasabout 13 years ago

22 comments

farhadabasabout 13 years ago
Built this in 24 hours with 3 other friends as a part of an on campus Yahoo hackathon. We just finished working on the game, so it likely has many bugs. The game is built with html5, and the backend uses now.js. This works on the computer, iPad, iPhone, and Android devices. I am very tired right now, so going to leave this running, and go sleep! Game inspired by Wordament on WP7.
评论 #3750126 未加载
评论 #3750102 未加载
评论 #3750550 未加载
pmoriciabout 13 years ago
It seems like you might not be properly escaping user input for their name by the looks of the leader board which is now popping up a window with a dude getting slapped in the face with a projectile.
评论 #3750371 未加载
评论 #3750460 未加载
评论 #3750425 未加载
bryanhabout 13 years ago
Suggestion: make them circles instead of squares for easier diagonal moves.
ca98am79about 13 years ago
Nice job - it's addicting and fun! But I agree that diagonal can sometimes be frustrating - I had to do it very carefully, which made me slower.<p>Also, I was hoping there would be more to it - like an all-time high list, or something like that. I'm not sure how you would structure it, but I think some kind of stored history would make me want to come back and play again.
评论 #3750661 未加载
评论 #3751043 未加载
theduferabout 13 years ago
You should capture the backspace key so it doesn't trigger the back button on the browser. Just stopping the event would be nice.
评论 #3751429 未加载
farhadabasabout 13 years ago
Sorry for the xss- knew it was a problem but thought I would fix it later after I got some sleep. I have done some basic sanitization for now, and will likely make it much better later. I have also increased the time limit to 2 minutes.
gmigabout 13 years ago
How are the boards generated with so many words?
评论 #3750154 未加载
kunilabout 13 years ago
I am working on a similar boggle clone for facebook (there is none for my main language).<p>What did you use for the server side? First I started with a Java server with sockets but I noticed that it does not work behind the firewalls and now I am using PHP as a messenger between the java server and flash client. Since flash is now only doing HTTP requests it should be fine with firewalls.<p>Also did you pregenerate the boards? I generated some but they are not very good.
Sembianceabout 13 years ago
This little greasemonkey script will play the game for you. <a href="http://pastebin.com/mcguLiWj" rel="nofollow">http://pastebin.com/mcguLiWj</a>
评论 #3750666 未加载
shaggyfrogabout 13 years ago
I think someone just rick-rolled the server. Was having fun up until then (although doing diagonal moves was frustrating!)
评论 #3750669 未加载
thisischrisabout 13 years ago
Well, that didn't take long. <a href="http://twitpic.com/90ru0i" rel="nofollow">http://twitpic.com/90ru0i</a>
评论 #3750567 未加载
NathanKPabout 13 years ago
Maybe its just my ignorance but I have no idea how to play this. From a user experience perspective I see that I can click on letters to make them turn red and spin, and sometimes they turn orange but I have no idea what the point is.
评论 #3751181 未加载
tripzilchabout 13 years ago
Doesn't work in Opera? It just asks me for me name and then sticks at LOADING?<p>BTW you could probably come up with something prettier than a JS prompt to ask for a name.
评论 #3754258 未加载
jonnytranabout 13 years ago
What are you using for hosting?<p>I've been making a game and using Heroku, but when I started doing multiplayer, I realized Heroku doesn't support socketio.
trotskyabout 13 years ago
All I see is the word loading and an image? Chromium 17.0.963.83 in linux w/ click to play.
评论 #3750193 未加载
aidosabout 13 years ago
Yeah cool, you know you can cheat by just looking in the console, right? :)
评论 #3750464 未加载
jorkosabout 13 years ago
i'm trying on chrome and not getting points for words (are those tallied at the end of a session)...it's not clear and at least in my browser it shows 0 points. great job
pradnabout 13 years ago
Congrats, team. You guys winning was quite predictable. -Prad
deepujabout 13 years ago
Rip off of the popular Wordament game on Windows Phone!
评论 #3750678 未加载
ilija139about 13 years ago
Why the game outputs all the possible words in console?
评论 #3750521 未加载
roadnottakenabout 13 years ago
Impressive - so smooth on iOS!
huhtenbergabout 13 years ago
tip, pit, sit, tit, git, tar, rat ... 2 and 3 letter words should really be excluded. They make the game boring. Great stuff otherwise, really enjoyed playing it. Thanks.