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 revision
Previous revision
Next revisionBoth sides next revision
ischeme:example_applications [2010/07/28 13:01] ebainomuischeme:example_applications [2010/07/28 17:46] ebainomu
Line 5: Line 5:
  
 ===== AmbiScrabble Game for the iPhone ===== ===== AmbiScrabble Game for the iPhone =====
 +
 ==== How the game works ==== ==== How the game works ====
  
Line 15: Line 16:
 The AmbiScrabble game has been designed in a peer-to-peer fashion without assuming a centralised server to coordinate the game. It is also fault-tolerant such that player failures do not hamper the game progress. These design choices are primarily motivated by the fact that the game runs on iPhones equipped with wireless technology.  Connectivity using such a technology is often characterised by frequent network disconnections either as because of limited connectivity or users may continuously move about.   The AmbiScrabble game has been designed in a peer-to-peer fashion without assuming a centralised server to coordinate the game. It is also fault-tolerant such that player failures do not hamper the game progress. These design choices are primarily motivated by the fact that the game runs on iPhones equipped with wireless technology.  Connectivity using such a technology is often characterised by frequent network disconnections either as because of limited connectivity or users may continuously move about.  
  
-We implement the game logic and distribution concerns of the AmbiScrabble application in [[:ischeme|iScheme]], while the graphical user interface (GUI) is implemented in Objective-C using the Cocoa framework.+We implement the game logic and distribution concerns of the AmbiScrabble application in [[iScheme|iScheme]], while the graphical user interface (GUI) is implemented in Objective-C using the Cocoa framework
 + 
 + 
 +==== Demo ==== 
 +The videos below show the a demo of the AmbiScrabble game application running on the iPhone emulators.
  
- +<html> 
 +<embed src="http://soft.vub.ac.be/~ebainomu/AmbiScrabble-movies/Init.mov" Pluginspage="http://www.apple.com/quicktime/" width="800" height="500" CONTROLLER="true" LOOP="false" AUTOPLAY="false" name="IBM Video"></embed>
  
 +</html>
ischeme/example_applications.txt · Last modified: 2011/04/08 18:34 by ebainomu