check some todos
[exterlulz-kokogems.git] / README.md
blob47f7c1b2298e8014eacb4b18a8e7a91628fad89a
1 # Koko Gems
3 Koko Gems is a fork of JewelToy.
5 ## TODO
7 - the "old" directory will be removed once we can scan the "gems" and "backgrounds" directories
8 - analyze build with Xcode
9 - replace the timer with a progress bar if we can invert the colors
10 - add a NSUserDefaults+Kokogems category
11   - addHiscore:(...) can compute hi-scores by itself?
12 - use prefsGraphicDropAction to load specific packs
13 - add properties everywhere (but beware of the retain bug, use copy instead)
14 - add @dynamic property to compute position on screen from position on board
15 - remove all *alternative* graphics, there should only be gem packs scanned in the Preferences pane
16 - replace tiffGemImage%d with gemImage%d
17 - move this TODO list to the wiki on GitHub
18 - clean the JewelToy HTML with some HAML and a bit of CSS
19 - add header in all files
20 - add name of participants in global *file.html* with licenses, ...
21 - change the title
22 - find a way to insert a revision number somewhere
23 - a DMG with a background for the Mac
24 - use Sparkle for updates?