Template:Game

From OLPC
Revision as of 21:43, 21 December 2007 by 24.172.123.138 (talk) (Reviews)
Jump to: navigation, search

This template will format in a standard way a page for any games created for the XO.

{{{gametitle}}}
[[Image:{{{icon}}}|center]]
Status: {{{status}}}
Version: {{{version}}}
Base: Game
Source: {{{source}}}
l10n: missing
Contributors
{{{contributors}}}

{{{gametitle}}}

{{{description}}}

Screenshot

{{{screenshot}}}

Instructions

How to install

{{{howtoinstall}}}

How to play

{{{howtoplay}}}

How to develop

{{{howtodevelop}}}

Testing ({{{tested}}})

{{{testing}}}

Reviews

Thanks for this game. It's a fun game my 4yo loves to play. As for the requested feedback, the game does not respond to the touchpad arrows. Rotation is somewhat interesting. Once rotated 90 or 180 degrees, the screen goes gray until you -/+ the maze. It does this each time the screen is rotated. The game does not resize or scroll and is therefor not playable at 90 degrees (non-landscape).When rotated 180 degrees, the arrows work in opposite direction; up is down, down is up, left is right, right is left. I'm not sure what's going on with the 90 degree rotation. Seems to move irregularly. My daughter is playing right now, so I can test a bit more later.

Bugs

{{{bugs}}}

Feature requests

{{{featurerequests}}}

Usage

See Tetris for an example of usage.

{{Game
 | gametitle       = <!-- Title of the game activity -->
 | description     = <!-- Brief description of the game -->
 | icon            = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | screenshot      = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | status          = <!-- Status of the activity (finished/under development/inactive)-->
 | version         = <!-- Current/latest version available -->
 | source          = <!-- Repository / location of the source -->
 | contributors    = <!-- People contributing to the activity -->
 | howtoinstall    = <!-- Installation instructions -->
 | howtoplay       = <!-- Play instructions -->
 | howtodevelop    = <!-- Development instructions -->
 | tested          = <!-- Has it been tested? (Yes/No) -->
 | testing         = <!-- Description of testing performed -->
 | reviews         = <!-- Reviews and comments on the game -->
 | bugs            = <!-- Bugs that have been found -->
 | featurerequests = <!-- Things you'd like to see -->
}}