first commit
commitb09772c27f2765533e3fe51a27f36455e9b0f3e1
authorexterlulz <me@exterlulz.net>
Sat, 14 Aug 2010 08:28:48 +0000 (14 10:28 +0200)
committerexterlulz <me@exterlulz.net>
Sat, 14 Aug 2010 08:28:48 +0000 (14 10:28 +0200)
tree16386b7698e1c4c86d4f1f26a50399737655d14b
first commit
51 files changed:
.gitignore [new file with mode: 0644]
About.nib/designable.nib [new file with mode: 0644]
About.nib/keyedobjects.nib [new file with mode: 0644]
English.lproj/InfoPlist.strings [new file with mode: 0644]
English.lproj/Localizable.strings [new file with mode: 0644]
English.lproj/MainMenu.nib/designable.nib [new file with mode: 0644]
English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
English.lproj/Preferences.nib/classes.nib [new file with mode: 0644]
English.lproj/Preferences.nib/info.nib [new file with mode: 0644]
English.lproj/Preferences.nib/objects.nib [new file with mode: 0644]
English.lproj/jeweltoy.html [new file with mode: 0644]
README.md [new file with mode: 0644]
kokomonds-Info.plist [new file with mode: 0644]
kokomonds.xcodeproj/project.pbxproj [new file with mode: 0644]
kokomonds_Prefix.pch [new file with mode: 0644]
main.m [new file with mode: 0644]
resources/1gem.png [new file with mode: 0644]
resources/2gem.png [new file with mode: 0644]
resources/3gem.png [new file with mode: 0644]
resources/4gem.png [new file with mode: 0644]
resources/5gem.png [new file with mode: 0644]
resources/6gem.png [new file with mode: 0644]
resources/7gem.png [new file with mode: 0644]
resources/background.png [new file with mode: 0644]
resources/continue.png [new file with mode: 0644]
resources/cross.png [new file with mode: 0644]
resources/explosion.wav [new file with mode: 0755]
resources/gpl2.licence.txt [new file with mode: 0644]
resources/movehint.png [new file with mode: 0644]
resources/mute.png [new file with mode: 0644]
resources/no.wav [new file with mode: 0755]
resources/pause.png [new file with mode: 0644]
resources/sploink.wav [new file with mode: 0755]
resources/tink.wav [new file with mode: 0755]
resources/title.png [new file with mode: 0644]
resources/unmute.png [new file with mode: 0644]
resources/yes.wav [new file with mode: 0755]
src/Game.h [new file with mode: 0644]
src/Game.m [new file with mode: 0644]
src/GameController.h [new file with mode: 0644]
src/GameController.m [new file with mode: 0644]
src/GameView.h [new file with mode: 0644]
src/GameView.m [new file with mode: 0644]
src/Gem.h [new file with mode: 0644]
src/Gem.m [new file with mode: 0644]
src/OpenGLSprite.h [new file with mode: 0644]
src/OpenGLSprite.m [new file with mode: 0644]
src/ScoreBubble.h [new file with mode: 0644]
src/ScoreBubble.m [new file with mode: 0644]
src/TimerView.h [new file with mode: 0644]
src/TimerView.m [new file with mode: 0644]