Building Blocks for Mobile Games : A multiplayer framework for App Inventor for Android

Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2010. === Cataloged from PDF version of thesis. === Includes bibliographical references (p. 219-220). === Building Blocks for Mobile Games is a client-server multiplayer game-building-frame...

Full description

Bibliographic Details
Main Author: Magnuson, Bill
Other Authors: Hal Abelson.
Format: Others
Language:English
Published: Massachusetts Institute of Technology 2011
Subjects:
Online Access:http://hdl.handle.net/1721.1/61253
Description
Summary:Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2010. === Cataloged from PDF version of thesis. === Includes bibliographical references (p. 219-220). === Building Blocks for Mobile Games is a client-server multiplayer game-building-framework for the App Inventor for Android platform. The Building Blocks for Mobile Games multiplayer framework includes an App Inventor component and a Game Server running on Google App Engine. The client-side-component packages the complexity of web service calls, data transfer and game state management into a set of graphical code blocks that allow users without programming experience to create Android applications that can access the Game Server API. The Game Server provides basic functionality that can be used to create simple multiplayer games and message-passing applications, such as a multiuser bulletin board. The Game Server is also extensible and can be enhanced with custom modules which provide server commands that implement game logic, perform database operations, access third-party web services, and read RSS feeds. Custom modules were used with Building Blocks to develop a multiplayer card game, a variant of Bulls and Cows with a shared scoreboard, an application that accesses Amazon's book search API and a pair of applications for creating, managing and voting in polls. The clients for these applications are built entirely with the App Inventor graphical blocks language, which can be assembled into Android Applications. The custom modules that support the client programs average less than 50 lines of Python code. === by Bill Magnuson. === M.Eng.