Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 581fd9cf14f7c65b659b3278ded58c68e746dd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56

2007/08/09 - Version 1 released.

2007/11/19 - Version 2 released.

  - Icon modified to display in Mediawiki renderer correctly (works fine
    everywhere else).
  - Added a reward graphic when the level is successfully cleared.
  - Rewrote board data structure to one that should be more effective.
  - Improved level generator.  The old generator generated some unsolvable
    levels, and the rest were solvable in a certain way that makes the game
    easier once you know about it.  The new one should be more robust.
  - Implemented "new game" and "repeat game" functions.
  - Completed sliding animation.
  - Implemented undo/redo.
  - Added "sugarless" file for developing in a non-Sugar environment.
  - Ported sugarless code back to activity.
  - Added new, retry, undo, redo, easy, medium, and hard icons.

2008/03/29

  - Added Arabic translation courtesy of khaled.
  - Modified colors for better contrast in b/w mode.
  - Fixed ticket #5737: Implode smiley face draws over new game.
  - Added initial gamepad/keyboard support.

2008/04/01

  - Added Journal suspend/resume.
  - Version 3 released.

2008/07/17

  - Updated to run with new version of Sugar API.

2008/09/14

  - Augmented license information.
  - Added initial spanish translation.
  - Version 5 released.

2009/08/27

  - Added help screen.
  - Combined sliding/zooming animation.
  - Version 6 released.

TODO: 
- The game could detect a loss and display a "Try again" graphic?
- Rectangle invalidation could be improved.
- The code documentation and organization could be improved. Some
  calculations are repeated.
- Audio cues might be nice.
- Tracking win/loss statistics might be nice.