FoonLudum Dare ExplorerLD26 → Poke

Poke

By crowbeak

View on Wayback Machine

CategoryRankScoreCount
Coolness281
Humor1842.97
Audio6532.53
Fun10322.43
Innovation10682.34
Mood10902.27
Overall11042.61
Graphics12592.00
Theme13082.34

Comments

tnovelli 2013-04-29 04:20

nooooooooooooooooo potato!!!

Check out html5 and webGL... python is a PIA.

cosmologicon 2013-04-29 04:24

There's not a huge replay potential here, but those sound effects and goofy graphics had me laughing out loud, enough to keep me interested anyway. I scored 127.

davedobson 2013-04-29 04:25

Sorry, couldn't get it to run. I love the potato with real eyes, though - very funny idea.

crowbeak 2013-04-29 04:34

tnovelli: Yeah... Python is just what I had to work with. I'm planning to do spend the next four months learning to use something else.

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

karsyf 2013-04-29 05:44

Sorry, couldn't get it to run even with Python and Pyglet ><

crowbeak 2013-04-29 05:49

karsyf: Can you tell me what sort of errors you got?

paulopn 2013-04-29 06:00

I'm using python 3...sadly not working... =(

stevejohnson 2013-04-29 06:27

pyglet does not run on Python 3, so it can't work.

misaelk 2013-04-29 06:39

Managed to run the game in Windows 7 64 bits after doing a "pip install pyglet" and disabling sounds in "resources.py". Apparently there's a problem with the AVBin library, which pyglet uses to play sounds.
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.

jerrre 2013-04-29 07:20

could not get it to run on osx sadly

robmozart 2013-04-29 15:54

Ah, a fellow Pyglet user.

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.

crowbeak 2013-04-29 21:45

py2app did not make it easy to create this executable. It failed spectacularly and gave me no errors I could follow as to why.

ddionisio 2013-04-29 22:06

Any chance you can give instructions how to compile? :) The screenshot caught my attention, I want to play it!

the-jack 2013-04-29 22:18

Potato.

sigfig 2013-04-29 23:01

hi! i can't get your game to run sorry. downloads for pyglet are down. you should include your dependencies with your release!

crowbeak 2013-04-29 23:12

ddionisio: If I knew how to make it compile, I would have exe files available for Windows 7 and OSX. :(

sigfig: Oho! That I can do.

beanalby 2013-04-30 00:16

Installed pyglet manually, errored with:
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.

crowbeak 2013-04-30 01:09

orz

pvwradtke 2013-04-30 01:58

This is twisted, but yet so fun :). Hard part was to get it working, but other that that, everything went smoothly.

masadow 2013-04-30 02:00

Is the game is to compile the game ? If yes, it's very challenging, good job !

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"

sko 2013-04-30 03:30

Fa-fa-fanfare<3

crowbeak 2013-04-30 04:37

Masadow: You need to install avbin. >_> I forgot about that part.

stevejohnson 2013-04-30 06:03

Mac users may have to run with "arch -i386 python poke.py", possibly using the Python from python.org (not the system Python, which is only 64-bit). Alternatively, you could try distributing with pyglet 1.2alpha.

Anyway, I was thoroughly entertained. :-D

tomk32 2013-04-30 07:39

score of 52.

go team potato!

mrspeaker 2013-04-30 09:28

Always move back towards the center before the screen changes. That's the trick to good potato eye popping.

nilstastic 2013-04-30 10:39

Pros: potatoes! (or, one)
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. =)

HelkeGames 2013-05-03 18:25

Potato! Nice game, vey cool great job :D

xewlupus 2013-05-08 02:39

All the flash-fades from white kinda hurt *my* eyes.

crowbeak 2013-05-08 11:46

I originally had a mottled blue and white background, but I felt like it didn't mesh with the single-color of the potato and pupil-less eyes. The file is still included in the source distribution because I didn't think to take it out. ^_^;

daniel2357 2013-05-11 10:30

Don't have Mac OSX

cardboard 2013-05-12 03:20

Nice incorporation of a potato. The game was pleasant and short. Not much replay value. The ending fanfare was funny :)