Entropy

Started by
1 comment, last by riuthamus 11 years, 6 months ago
I'm glad to present a gameplay screenshot from Entropy, our upcoming 3D puzzle-platformer game for Xbox Live Indie Games (XBLIG) and PC.

Many of the gameplay elements can be seen here: the green bubble is the "gravi-tilt-machine", a device that lets you tilt gravity of the entire world with all the nasty side-effects that you would expect.

The big temperature scale is part of the puzzle shown here, to proceed you have to activate it - preferrably by pushing some hot lava on it. As you may have guessed, the screenshot shows the maze after it has been solved, initially the lava is spread across the room and you have to tilt gravity to move it. Without getting killed of course and without burning all the lovely vegetation!


About the game

Entropy is a 3D puzzle action-adventure set in a mystic world. Combine elements such as lava, water, acids and stone to solve tricky mazes! Make clever use of electricity, but try not to get killed by it. Spawn gravity zones using your gravity gun to avoid touching dangerous matter and go back in time at any time, even after you died. Explore all the hidden secrets of the world and find out what all this means and who YOU are. With its main storyline spanning across 25 levels, Entropy offers about 5 hours of gameplay. (Rumours are, there is even cake in the game.)

We ("we" is Autotivity Entertainment, a small group of Indie devs from Stuttgart, Germany) have worked on this project for about a year and we're looking forward to releasing it on XBLIG this September and on PC later this year.

Watch the trailer. (sorry, I can't get the IOTD video posting feature to work)


Developer Bits

The biggest struggle we had to deal with was the .net compact framework on the Xbox 360. We totally bypassed the garbage collector, which is excessibly slow (non generation M&S) by not allocating anything during runtime (i.e. everything is statically allocated at the beginning). Since we could not avoid GC runs alltogether (XNA's sound system seems to leak instances), we also optimized our data structures to have less explicit references and thus less GC time (yes, this is gruesome).

Another issue was the physics. We do have a full physics-enabled environment and floating point ops (especially JITed flops with no altivec units used) are really slow on the 360. Finally we managed to get the Open Source Jitter physics engine integrated well enough to deliver the performance we needed.

XNA itself was quite ok to work with. Being the 3D graphics programmer of the project I missed some Direct3D 10-level features, but nothing serious. I doubt a renderer based on the native Xbox API would be more than 10-20% faster (I never programmed the native Xbox API, though).


Contact and Socializing

Check out entropy-thegame.com
Like us on facebook and @follow us on twitter

This game is part of the XBLIG Uprising III, a joint promotion action of the XBLIG community to showcase its funniest and most diverse games in 2012. Be sure to look out for it on the XBLIG marketplace after its release on 17th September 2012!

We put a lot of time (and money) into this game, it would be absolutely amazing to get the chance to publish on Steam.

If you like the game, please support us on Steam Greenlight! wub.png



Looking forward to any feedback.

Click here to view the iotd

Advertisement
and you can embed it in the iotd by writing down the whole link :)
http://www.youtube.com/watch?v = CgD3y-KqzJo
you only need to give the ID of the video like -->
CgD3y-KqzJo
btw nice game! congrats :D
Game looks rather well put together. I like the stuff you did ( although it does seem to be inspired by portal ). Some of your shaders are sick... my fav is the fireball. Great work man.

This topic is closed to new replies.

Advertisement