Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Lee <joe@jotaro.com>2009-08-28 04:14:45 (GMT)
committer Joe Lee <joe@jotaro.com>2009-08-28 04:14:45 (GMT)
commitb79f51894f3947495c6c94a86cef9d2218d31553 (patch)
treeddca6fae9b66028fd53d6e9e5e6773181d60f8c4
parentbdc1a20b120cd678ebfcb73aaa40fc4080efa545 (diff)
Incremented to version 6.
-rw-r--r--MANIFEST2
-rw-r--r--NEWS9
-rw-r--r--activity/activity.info2
3 files changed, 8 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 8f7a8ef..3e11eac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -12,7 +12,7 @@ icons/hard-level.svg
icons/medium-level.svg
icons/new-game.svg
icons/replay-game.svg
-icons/help.svg
+icons/help-icon.svg
implodeactivity.py
implodegame.py
po/Implode.pot
diff --git a/NEWS b/NEWS
index 96c98fe..581fd9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,3 @@
-4
-
2007/08/09 - Version 1 released.
@@ -41,10 +39,15 @@
- 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.
-- A tutorial mode or sequence of introductory games might help.
- The code documentation and organization could be improved. Some
calculations are repeated.
- Audio cues might be nice.
diff --git a/activity/activity.info b/activity/activity.info
index 22cf721..ae2ae12 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Implode
-activity_version = 5
+activity_version = 6
service_name = com.jotaro.ImplodeActivity
icon = activity-implode
class = implodeactivity.ImplodeActivity