FoonLudum Dare ExplorerLD24 → La Cucina

La Cucina

By irl

View on Wayback Machine

CategoryRankScoreCount
Coolness104017

Comments

adventureloop 2012-08-27 12:53

I played this game in js linux and it ran very very slowly. I never received any orders, but I could make some pizza. It would be better if I could pick up the ingredients in any order, it was just too slow to be practical the way it is.

irl 2012-08-28 04:04

@adventureloop: The JS/Linux version is currently the old version from 5AM on Saturday, not the latest version as there's a pretty serious bug in the latest version that prevents the location on the screen matching up with the location in the code. This isn't present in the 64-bit Linux package. I'm also working on a port to Windows (bundling the Cygwin DLL). The reason it was slow is that the JS/Linux version is running Linux in your web browser to support the game. You shouldn't really be expecting 60 FPS in there. Thanks for trying my game.

irl 2012-08-28 04:05

Ooops. I meant 5AM Sunday. I didn't make that in 3 hours...

nddrylliog 2012-08-29 16:51

Played on JS/Linux as well, was slow :) But I like the idea that you can play it in a Linux emulator in browser so, kudos for that!

schnerble 2012-08-30 12:34

I gave it a try, but it unfortunately didn't work for me on Ubuntu 10.04, 64 bit:

/tmp/cucina $ ./pizza
./pizza: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

I couldn't find libtinfo from a quick Ubuntu packages search... :(

someone 2012-08-30 13:18

I had the libtinfo problem too. It seems to work if you make it a simlink to libncurses
(sudo ln -s /lib64/libncurses.so.5 /lib64/libtinfo.so.5)

raptor85 2012-09-01 09:30

definitely a different take on the theme, pizza roguelike? Man is it difficult though, the orders roll in sooo fast.
A few things though, even for a roguelike the controls are a little bit "trial and error" for instance how you pick up the ingrediants and such is quite different from what you expect, especially in a roguelike you generally expect to press an action then direction. I still dont know how the phone works, i'm pretty sure it's pick up that you use but sometimes that seems to work, sometimes not, it's like the ringing isn't QUITE syncd up with when you have a call.

raptor85 2012-09-01 09:30

oh, and i had the libtinfo problem as well, soft linking it to ncurses worked for me also