TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Play scrabble, chess, checkers, etc with your friends by copying a url

69 点作者 mikeycgto将近 13 年前

10 条评论

btoconnor将近 13 年前
Myself and 2 friends built BreakBase with the goal of making the seemingly simple process of playing a board game on the Internet with friends as easy as it should be. Existing sites on the web are shockingly complex to find a way to play against people you already have means of contacting.<p>At the time of this writing, we’ve got 5 games: Checkers, Chess, Four-in-a-Row, Reversi and WordBase.<p>Features:<p>- Each ‘room’ has a unique url - share it via email, Facebook, Twitter, Google chat, or text message, it makes no difference to us. There’s no need to coordinate navigation to the same server, just to play a game. Just share the url.<p>- Play anonymously- you can play on our site without registering. If you want to, you can register to keep track of your records, get alerts when it’s your turn or something else interesting happens in your games.<p>- Real time updates. When your opponent makes a move / chats, you’ll see it right away without refreshing.<p>- Come back to your game later. If you register for an account, you can resume your game from a different device. Play from your phone, desktop, tablet, whatever. If you don't register, this doesn't work - we can't keep track of your games if we don't know who you are.<p>- No plugins required. BreakBase works on HTML5 / Javascript. No Flash / Java needed.<p>- WordBase supports up to 4 players.<p>- Get smart notifications via email or Twitter, and via the browser. Registered accounts only.<p>The stack:<p>- Main web app built on Pylons.<p>- Our Comet/push layer is built using Node.js, as the glue between ZeroMQ and Socket.io.<p>- We use MongoDB because it’s web scale.<p>The future: These are being actively worked on, and will be released in the near future:<p>- Planning more games. Currently considering Backgammon, War strategy games, or card games. Open (and eager) to suggestions<p>- Challenges. Challenge someone to a game directly from their profile.<p>- Mobile support. As of right now, you can make moves on Android / iOS devices by just going to breakbase.com in the browser, but we’d obviously like to provide a tailored experience for smaller screens.<p>What would it take to get you to use this on a regular basis?
评论 #4191717 未加载
评论 #4190711 未加载
评论 #4190949 未加载
评论 #4190488 未加载
mmcnickle将近 13 年前
This is cool, though it should be possible to create a cross-device URL for people who don't want to register. For example in chess, you'd generate two URLs, one for you and one for your opponent.<p><pre><code> http://breakbase.com/&#60;game_id&#62;/&#60;opponent_1_id&#62;/ http://breakbase.com/&#60;game_id&#62;/&#60;opponent_2_id&#62;/ </code></pre> Also, are you using any pre-existing game engines, or did you write them from scratch?<p>Would love to see diplomacy on there.
评论 #4191639 未加载
评论 #4191446 未加载
rbonvall将近 13 年前
I sent a url to a friend with whom I usually play scrabble, and we started to play immediately. Great!<p>I would like to be able to play Spanish words without the game disallowing them (I think letter frequencies and scores in Spanish Scrabble are not very different from the English version). I'd love a "don't check words against a dictionary" option :)<p>Actually I've been thinking that multiplayer online games (e.g. card games) could allow players to enforce rules themselves. For Scrabble there could be a "object word" button, for instance. It would even allow players to cheat, when not getting caught. It would also be easier to implement .
saddino将近 13 年前
Hasbro is a little crazy about defending their copyrighted board and rules (including point values, board layout, letter distribution), etc., so if WordBase gets any serious traction expect to get a letter.
评论 #4190755 未加载
stevenringo将近 13 年前
Looks awesome. However, I give you guys about a week before you get a takedown notice from Scrabble. <a href="http://en.wikipedia.org/wiki/Lexulous#Legal_and_copyright_issues" rel="nofollow">http://en.wikipedia.org/wiki/Lexulous#Legal_and_copyright_is...</a>
0Y5T将近 13 年前
Really enjoyable, thanks! My opponent had some bugs where he could place chess pieces on top of each other. And he was unable to move pieces that were in certain positions. He was on Chrome, Mac. Unsure if the game or the browser failed, I had no problems
评论 #4190671 未加载
shazow将近 13 年前
I've been helping Brian play test this on and off. I love how low-friction and low-commitment it is. Especially in the age when everything requires a Facebook login. Really easy to just send a link to a friend over IM and play.
modarts将近 13 年前
I really like the execution of this. Similar to how join.me allows you to share your desktop session in a friction-less manner; this makes it easy to share multiuser game sessions.
supo将近 13 年前
Game suggestion: Hnefatafl <a href="http://en.wikipedia.org/wiki/Tafl_games" rel="nofollow">http://en.wikipedia.org/wiki/Tafl_games</a>
评论 #4191974 未加载
ElliotH将近 13 年前
In Checkers if you need to 'double-jump' I find in Chrome I have to refresh my browser to do this
评论 #4191757 未加载
评论 #4191676 未加载