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