User Tools

Site Tools


ischeme:example_applications

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ischeme:example_applications [2011/03/22 23:33] ebainomuischeme:example_applications [2011/03/22 23:48] ebainomu
Line 36: Line 36:
  
 ===== PolyGlot Chat Application ===== ===== PolyGlot Chat Application =====
-AmbiScrabble is a digital version of a scrabble-like game where players work collaboratively with their iPhones to form words. The screen shot below shows the AmbiScrabble application on the iPhone+PolyGlot chat is a distributed chat application that enables users to write text messages in their preferred language and have the text message automatically translated to the receiver's language
  
 ==== How the chat works ==== ==== How the chat works ====
 +The application works as follows: When a chat application is started the user specifies the language.  A chat message received from a buddy is automatically translated from the buddy's language to the user's language. For instance, when a user Bob (an English speaker), sends a message ``Hello there'' to Tim (a Dutch speaker), the message is displayed as ``Hallo daar'' on Tim's chat window.
  
-The game works as follows: Players are organised in teams and each player has a rack of letters. Letters are consumed by forming valid English words. The team that first consumes all its letters wins. Players belonging to the same team can exchange +==== Application design and implementation ==== 
 + 
 +The PolyGlot chat game has been designed in peer-to-peer fashion without assuming a centralised server. We implement the chat logic and distribution concerns of the application in [[iScheme|iScheme]], while the graphical user interface (GUI) is implemented in Objective-C using the Cocoa framework. The translation happens using Google translator API which is accessible to iScheme, thanks to the Objective-C and Scheme symbiosis. 
ischeme/example_applications.txt · Last modified: 2011/04/08 18:34 by ebainomu