GIF // Gif dump!

By mhammill // February 27th, 2014

 
// More

DevLog // #7: Learning How to Walk

By awinkels // February 20th, 2014

gif_walker_perimeter

We’ve had ground-based enemies, which we call Walkers, in Lovers since way back in the days of the GDC 2013 build. Until recently these enemies have been tethered to spherical (well, circular) planets, so programming their movement was simply a matter of ensuring that their distance from the center of the planet was constant and their velocity was tangential to the vector from the enemy’s position to the planet’s center. However, as we continued to add new scenarios for players to experience we needed Walkers to be able to traverse more exotic terrain. Being the lazy developers that we are, our first attempt to implement a more robust walking algorithm was the simplest and most naive that we could come up with. Luckily for us, it worked out pretty well.

// More

Follow the Discussion on the TIGSource Forums

GIF // Happy Valentines Day, Happy GIFriday

By jtucker // February 14th, 2014

Lovers in a Dangerous Spacetime

GIF // A WIP monster for GIFriday

By mhammill // February 7th, 2014

WIP monster

DevLog // #6: 2.5D Rendering Challenges

By jtucker // February 4th, 2014

gif_jellymaya

Following up on Matt’s last devlog, I’m going to wrap up our character creation process by discussing how we are rendering the characters in Lovers in a Dangerous Spacetime. Warning: It’s very Unity-y.
// More

Follow the Discussion on the TIGSource Forums