FoonLudum Dare ExplorerLD22 → Tarassis

Tarassis

By kogarou

View on Wayback Machine

CategoryRankScoreCount
Innovation452.82
Theme612.64
Audio782.55
Mood912.09
Graphics1042.55
Humor1111.50
Fun1471.64
Overall1581.82
Community1962.83
Coolness685

Comments

covebit 2011-12-20 15:01

Cool :)

daredevildave 2011-12-21 10:49

Can you do anything apart from move around?

iforce2d 2011-12-23 08:18

I would like to try this and I started setting up the necessary python stuff but found it a lot of work to get the Box2D component in, I would need MinGW etc. Is there any chance you could build a standalone... or just a youtube video would be cool. Thx.

saxon-douglass 2011-12-24 22:55

Really awesome concept, would love to see it developed further.

screamrawr 2011-12-26 02:27

Liked the concept a lot. Has a lot of potential.

jceipek 2011-12-27 21:34

@Cell: Thanks :)

@daredevildave: Unfortunately, no; because of some architectural issues early on, we ended up having to do a complete rewrite at 11:00PM on the day before the competition ended. Hopefully, we'll have better luck next time.

@iforce2d: The Windows link is an executable inside a 7zip archive. We tried to compress in standard .zip format, but it kept getting corrupted. Sadly, we couldn't figure out how to compile to an executable for MacOSX or Linux (even though most of our dev work happened there). If anyone wants to try creating binaries, I'd be happy to host them on GitHub.

@Saxon Douglass and @ScreamRawr: Thanks! We really wanted to add actual gameplay, add a starry background through a window to indicate the ship movement, and add interactive elements like firing hanging turrets, but we ran out of time and faced a number of speed issues with PyGame. I'm thinking of doing a Pyglet port or rewriting everything in C++ with SFML. Any suggestions? Pygame is really fun to use, but we haven't figured out how to do layered backgrounds at acceptable speeds, even though all drawing in the game is optimized using dirty sprites.

caranha 2011-12-28 14:11

That is a very cool idea! You can certainly make many novel levels using it.

I think that the astronaut sprite was approaching the uncanny valley.

I also found that pygame had some performance issues, which is a pity, because python is a lovely language. You should definitely try to to re-implement this in another language.

jceipek 2012-01-04 00:05

@caranha: Thanks. I think you're right about the astronaut sprite. I think the most disconcerting part of it is the walking animation, which I didn't get enough time to tweak. The proportions are also a bit off.

I made an SFML branch for the project on GitHub and will report back when it surpasses the functionality in our prototype.

gingermess 2012-01-04 16:20

Interesting idea, shame there isn't a great deal to it! A rewrite that late before the deadline sucks. Better luck next time.

make-a-game 2012-01-08 01:16

I downloaded the game and there was no exe. And the read me mentions it.