Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoastertaster <toastertaster@gmail.com>2012-06-19 00:51:15 (GMT)
committer toastertaster <toastertaster@gmail.com>2012-06-19 00:51:15 (GMT)
commit727cb2a6e0c2bb7246ddc5cb5c07da8e102d114f (patch)
treef09807a58defe75adff63e8cb0c1a03c34ba6d83
parent3934f28a6f2521e67025f8cb6cfbf9cf4ef5c1bb (diff)
Adding a TODO file to help the team organize what are some ideas to work on.
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..766c516
--- /dev/null
+++ b/TODO
@@ -0,0 +1,21 @@
+TODO:
+
+Basic code checks:
+- Check if helpers.py has been updated in physics activity (and remaining physics activity files)
+- Check how to test the activity in a VM
+- Does setup.py work?
+- Does it work on latest sugar build? New sugar toolbar design
+
+New features:
+- Add new levels (also generation algorithms)
+- Add new trains
+- Add new sound effects (to have more than one per event)
+- Add an instructions screen
+
+Special new features:
+- Number of construction objects limitation
+- Multiplayer option
+- Make it build with py2exe and run on windows
+- Add new languages?
+- Can we make it run using sugargames? Does this replace olpcgames?
+