Poke by Crowbeak
How many can you poke before the time runs out?
UPDATE # 2:There's a Mac OSX app now! ^_^ Steve Johnson helped me get that working. Next stop: windows .exe.
UPDATE # 2:There's a Mac OSX app now! ^_^ Steve Johnson helped me get that working. Next stop: windows .exe.
| GitHub | https://github.com/Crowbeak/LD26 |
| Python2.7/Mac OSX (Dropbox) | https://www.dropbox.com/sh/7e3k2ed7ahh2w3u/wydM464fSz |
| Postmortem | http://www.ludumdare.com/compo/2013/04/28/oh-frell-this-im-done-also-postmortem/ |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=16689 |
Ratings
| Coolness | 81% | 2 |
| Overall | 2.61 | 1104 |
| Audio | 2.53 | 653 |
| Fun | 2.43 | 1032 |
| Graphics | 2.00 | 1259 |
| Humor | 2.97 | 184 |
| Innovation | 2.34 | 1068 |
| Mood | 2.27 | 1090 |
| Theme | 2.34 | 1308 |
Check out html5 and webGL... python is a PIA.
Cosmologicon: There really isn't replay potential, no. xD I had fun making the sound effects, though, so I'm glad you like them. :D
DaveDobson: Sorry to hear that. >_< I'm glad you like the potato eyes, though... that was the idea that led to the game in the first place. xD
The game: simple, perhaps too simple. This reminds me of an old Windows 3.x game where you have to squash bugs in similar fashion.
It works on OS X 10.8.3. You just have to make python run in 32-bit mode, because AVBin does not like 64-bit.
py2app makes it easy to create an executable for Mac.
sigfig: Oho! That I can do.
pyglet.media.riff.WAVEFormatException: AVbin is required to decode compressed media
Tried downloading pyglet.msi from http://www.pyglet.org/download.html, running says "You must be running Python 2.4 or later". I'm running Python 2.7. Oh well.
Seriously, I'm having problem to compile. Here python output :
"Traceback (most recent call last):
File "poke.py", line 3, in <module>
import resources
File "C:\Users\delas_j\Documents\ludumdare\resources.py", line 24, in <module>
ow = pyglet.resource.media("ow.mp3", streaming=False)
File "C:\Python27\lib\site-packages\pyglet\resource.py", line 610, in media
return media.load(path, streaming=streaming)
File "C:\Python27\lib\site-packages\pyglet\media\__init__.py", line 1406, in load
source = get_source_loader().load(filename, file)
File "C:\Python27\lib\site-packages\pyglet\media\__init__.py", line 1387, in load
return riff.WaveSource(filename, file)
File "C:\Python27\lib\site-packages\pyglet\media\riff.py", line 201, in __init__
'AVbin is required to decode compressed media')
pyglet.media.riff.WAVEFormatException: AVbin is required to decode compressed media"
Anyway, I was thoroughly entertained. :-D
go team potato!
Cons: A bit simplistic.
Python is actually a nice language but in LD being able to deploy to various targets (as well as web) helps a lot. I would recommend Haxe and NME, works like a charm. =)