Changes between Version 1 and Version 2 of ScreencastMultiplayerGameControl
- Timestamp:
- Jul 14, 2016, 9:27:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScreencastMultiplayerGameControl
v1 v2 6 6 7 7 === Purpose of this project === 8 This projects will allow a user to play a multiplayer game with motion sensors using only one Android smartphone per person and a Google Cast device, such as a chromecast or Nexus Player. This games substitutes a Video Game Console such as Nintendo Wii. 8 9 9 10 === Project Description === 11 This project is an oportunity to gain knowledge about the Google Cast APIs and Android motion sensors. 12 13 The Screen Cast Multiplayer Game project is divided into two components: the Control and the View, where the latter is the graphical component of the game ([http://contribsoft.caixamagica.pt/wiki/ScreencastMultiplayerGameView]). 14 15 In the Control component of the project, the two main tasks are: 16 * extract relevant information from the smartphone's motion sensors and translate it into actions in the game; 17 * establish and manage the communication between devices, in order to have access to the player information, game status and exchange action requests. 10 18 11 19 === Project Source Code === … … 14 22 15 23 === Road-map === 24 __'''Phase 1'''__ - Research and Planning [July ? to July ?] 25 26 * Tutor meeting and goals definition; 27 * Project planning; 16 28 17 29 === Weekly Reports === … … 26 38 27 39 === Motivation for the Project === 40 * Turn Android devices into Video Game Remotes and Consoles; 41 * Learn about Motion Capture using Android smartphones; 42 * Learn the Google Cast APIs; 43 * Improve programming skills; 44 * Develop a fun and interesting application. 28 45 29 46 == Mentor == 47 __'''Mentor'''__ : Rui Cardoso 48 49 __'''Co-mentor'''__ : Vitor Martins