Difference between revisions of "Activities/Paths"

From Sugar Labs
Jump to navigation Jump to search
Line 56: Line 56:
 
The source code for Paths is available on [http://git.sugarlabs.org/paths gitorious].
 
The source code for Paths is available on [http://git.sugarlabs.org/paths gitorious].
  
 +
Features to be added:
 +
* multiplayer
 +
* custom tiles
  
 
[[Category:Activity]]
 
[[Category:Activity]]

Revision as of 20:14, 9 March 2011

What is Paths?

Paths is a sliding tile game where the goal is to create closed paths.

How do you play?

64 tiles are to be arranged onto the 8×8 grid, positioning the tiles so that paths are created.

8 tiles at a time are place to the left of the grid in a staging area (on the left side of the screen). Move (by dragging) and rotate (by clicking) one tile at a time onto the grid. Connect the lines that run across the tiles to the lines on the other tiles on the grid to make paths. You cannot let a line run off edge of the grid, nor onto another tile without connecting to a line on that tile. An X will appear over connections that result in broken paths.

Note: Once a tile is in position it cannot be moved.

The game is over when all tiles have been played or there is nowhere to place a tile without creating a broken path.

If you play against the computer, you must click off somewhere off of the grid to indicate you've finished your turn.

Where do I get Paths?

Paths can be downloaded from http://activities.sugarlabs.org/addon/4409

The tiles

Tile shape No. of tiles
Paths-tile-type-0.svg 16
Paths-tile-type-1.svg 4
Paths-tile-type-2.svg 12
Paths-tile-type-3.svg 16
Paths-tile-type-4.svg 4
Paths-tile-type-5.svg 8
Paths-tile-type-6.svg 4

Misc

There is not yet a trac component for Paths, so please report bugs by adding a comment to this page.

The source code for Paths is available on gitorious.

Features to be added:

  • multiplayer
  • custom tiles