Project Drop – 002 – Additional levels

We’ve added some additional levels to get the creative juices flowing. Obstacles in the form of cranes on the boat, even making them move to block the helicopter reaching the helipad.

We’ve got tonnes of ideas, like; night vision, shooting turrets, dropping off crates, mid-air refuel, but maybe you have some crazy ideas as well, so please share in the comments!

Project Sidewinder – 002 – Smashing things

Smashing and destroying things in games is always so satisfying. It still looks rough around the edges but the basics are there.

To make this happen we made a weapon/ability system which is quite stable at the moment. To do damage we needed some sort of a damage/health system, so that was also setup. Not only usable for objects, but also for any enemies in the future. They will probably not fall apart like the crates, but who knows 🙂

Project Marvin – 004 – The road so far

After a couple of weeks we finally found time to put some time into this project again. Removed some clutter, restructured and refactored a bunch to get more clarity on where we currently stand.

First of all, let me tell you the the synopsis of the game, before we dive into the progress we made:
Project “MARVIN” is a Diablo-style RPG, inspired by the blockbuster “The Martian”. The game is set after a mechanical failure occurred during the return trip from a distant Mars-like planet. As our unlikely hero, you must triumph through the harsh environment of this planet, find ways to contact home and battle that what is lurking in the shadows.

Pretty exciting stuff, isn’t it?!

So now, what have we been doing so far and what we are planning to do:
– Basic game machanics like movement, health, energy (mana), minimap are done
– Dialogue-/Quest- and Inventorysystems are in place
– A bit of UI, but that could use a good overhaul
– We need some more animations and assets to progress the story
– Obviously more quests and put a little more “oomph” in it
– Maybe even thinking about multi-platform controls
– And overall improvements of the systems already in place

All in all, not a bad result for a two-man team, only started learning game development in Unity/C# a couple of months back.