sugarlabs / maze-activity

A simple maze game for the Sugar learning environment
GNU General Public License v3.0
1 stars 10 forks source link

Add Holes #16

Closed quozl closed 5 years ago

quozl commented 6 years ago

Six years ago https://bugs.sugarlabs.org/ticket/3495 said, (rephrased by me);

In harder levels we can add holes in the levels, so when a user pass through them they fall into the hole and they have to restart the level again from the beginning. Maybe we can create an "effect" like decreasing the size of the player to show the falling.

Three years ago, Walter said;

Was implemented in GCI 2013. Ever upstreamed?

A gitorious merge request is at; http://git.sugarlabs.org/maze/mainline/merge_requests/2

But it was not merged, and the ticket wasn't updated.

Some of the logic was intertwined with the older Pygame implementation of Maze. Now that Maze has ported to GTK+ 3 and Cairo, and has an added multi-user collaboration feature, there is some work to be done to port this GCI 2013 pull request.

quozl commented 5 years ago

https://github.com/sugarlabs/maze-activity/commit/4c8ad97096beb5c64a20883d47a5f6220f5fdcd9