December 16th-19th 2011 :: Theme: Alone
Tarassis is a a cross-platform, pysics-based platformer/puzzler.
STORY
=====
You are a spaceman lost and alone on an empty, broken down spaceship and you need to find your way home.
GAMEPLAY
========
Control your character with the arrow keys and control the spaceship with the w, a, s , and d keys. Applying thrust to the spaceship can help you make otherwise impossible jumps,
but all other objects in the level are affected along with you.
CREDITS
=======
Julian Ceipek - 3D Art and Coding
Matt Belland - Coding
Kiefer Hicks - Coding
Kai Ausin - Concept and 2D Art
Xy Ziemba - Coding
Jae Young Park - Music
LICENSE
=======
FreeBSD (Attribution by linking to this project on GitHub is fine)
Downloads and Links
Ratings
#45 | Innovation(Jam) | 2.82 |
#61 | Theme(Jam) | 2.64 |
#78 | Audio(Jam) | 2.55 |
#91 | Mood(Jam) | 2.09 |
#104 | Graphics(Jam) | 2.55 |
#111 | Humor(Jam) | 1.50 |
#147 | Fun(Jam) | 1.64 |
#158 | Overall(Jam) | 1.82 |
#196 | Community | 2.83 |
#685 | Coolness | 0% |
Comments
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.
Really awesome concept, would love to see it developed further.
@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.
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.
@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.
Interesting idea, shame there isn't a great deal to it! A rewrite that late before the deadline sucks. Better luck next time.
I downloaded the game and there was no exe. And the read me mentions it.
You must sign in to comment.
Cool :)