Skip to content

Commit

Permalink
Add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firesock committed Dec 10, 2012
1 parent d6d926f commit c522195
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Wiktionary
==========

Written at Mozfest 2012 Games without Graphics session, a simple LAN game of guessing Wikipedia articles (to narrow the choice down!) obliquely only using Internet links while others scramble to foil you!

Paste links into the input box and they show up on everyone connected's machine while pulling down the image to show as well. Be sure to try it with more than a few people ;)

Maybe you can try other modes, how long can someone keep the channel on a particular theme?

- Runs on Node.js and in any modern browser.

Caveats
-------

- Received no security checks whatsoever, so running this on an Internet server with no scrutiny would be quite dumb.
- No protection against people gaming the system, a lot of checks are client-side JS. You know everyone in the room right?

Possible Improvements
---------------------

- When WebRTC standards make it a bit more mainstream it could be worth trying to remove the websockets bit and doing something over LAN, so the server could be chopped out.
- Integrating a image search into the left pane so that clicking would automatically paste into the chat.

0 comments on commit c522195

Please sign in to comment.