Maze

From OLPC
Revision as of 19:47, 11 January 2008 by Leejc (talk | contribs) (substituting template)
Jump to: navigation, search


Maze
Activity-maze.svg
Status: Under development
Version: 3
Base: No
Source:
l10n: missing
Contributors
Josh Minor and Brendan Donohoe

Maze

A simple maze game for the XO laptop. You can play by yourself or race to solve it with your buddies.

Screenshot

MazeActivity.gif

Instructions

How to install

Download this .xo file from the Browse activity: Maze-3.xo

If you have an older version, you'll need to delete it before you can download the new version. From the Terminal activity type "rm -r Activities/Maze.activity" then restart Sugar with Ctrl-Alt-Erase and then download the new version.

You can also use xo-get to install and/or upgrade Maze (as well as many other activities).

How to play

Use the arrow keys or game pad keys to move yourself around the maze. Try to find your way to the green goal in the lower right corner of the maze. Each time you press a key, you will automatically move until there is a branch in the maze. Press the + or - keys to make the maze larger or smaller. If you share the Maze activity with your friends on the network then all of you can play on the same maze at the same time. Each player appears with their normal XO colors. Try to race to the goal.

How to develop

Maze is a standard python activity that uses olpcgames and pygame for graphics and events.

Testing (Yes)

Maze v3 has been tested on build 651 under emulation only. Maze v2 has been tested on a G1G1 laptop.

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.

Thanks, v3 now supports the gamepad keys. -jminor

Bugs

Sometimes joining an existing Maze activity causes everyone's maze to reset. Screen rotation is not working.

Feature requests