[Partial repost from our Tigsource DevLog]

ANNOUNCING — DONUT GET! for Android Has Been Released!

Download it for FREE at:
https://play.google.com/store/apps/details?id=net.sokay.DonutGet


Last week I spent some time prototyping our next game in Unity. Of the block matching puzzle game variety.

This week I jumped back to focusing on Donut Get! iPad version and finishing up where I left off with the in app purchasing. I was running into a problem of it just crashing when a purchase started so I had to do a bit of optimizing to prevent that. So far so good, as now I can at least get it to work!


In app purchase screen to remove ads.


Thank you screen!

The textures for the sprite animation is eating up a ton of memory. I’ve tried to keep the cop animation sharp and crisp but I’ve had to bring down the res a bit to accommodate all the lower-end devices it keeps crashing. 🙁 So for now, I’m trying to stop crashing Android phone! haha

Later I hope to do some research to switch between spritesheets based on the memory available on the device. Not quite sure if that’s possible/reasonable yet.

Donut Get! Android is available on Google Play so check it out if you can. Let me know how it works for you!

iPhone version available soon!

The OG Flash version still at http://www.sokay.net/play/donut-get

Thanks for reading.

Peace!

Tarwin of Touchmypixel left a comment informing me of this new trailer for their Scarygirl Flash game. Looks sweet!

This looks like some amazing Flash stuff. I’m wondering how they’re pulling off so much parallax and smooveness. Looking at their blog, it looks like he’s using bitmapData for rendering, using spritesheets and BIT-101’s BigAssCanvas class to work around sprite size limitations.

The trailer definitely increased my expectations. Over 14 levels of goodness. Coming soon to www.scarygirl.com. Just not soon enough!

I was Interneting when I found this bit of coolness. Scarygirl is a platform game based on the Scarygirl line of toys and fun things. The game is by Touch My Pixel, which seems to be a cool Australian Flash game+web company. It’s not out yet but it looks cool as hell!

It’s funny to see this because I totally recognized the Scarygirl site. A year ago I had bought some cool vinyl figurines at a music store in Long Beach and I wanted to find out who made them. I ended up finding Scarygirl on that search — I’m not sure if any of my figurines are from that series.

Anyway, the game looks awesome and the guys at Touch My Pixel have a nice blog so check it out for updates on the project.


Friendly Integration: click here to play

I’m releasing the source code for a Papervision3D game I was putting together. This project was meant to be an interactive visual for a party my friend threw last weekend, Friendly Integration. This game was meant to be projected onto a wall and controlled with a DDR pad for each player. There were also plans to have additional panels that could be stepped on that changed the “theme” of the game.

Continue Reading…

Update: The Liberty Engine: Running Clean

I’ve been all damn talk for too long. Ladies and gentlemen, I give you, the Liberty Engine Demo!

Liberty Engine demo 1

CONTROLS:

-Click the scrolling play button (or press space) to pause the animation.

-“In” and “Out” values determine number of seconds into the animation that the loop will begin and end.

-“Rate” determines the speed at which time will pass (seconds per second).

-“Duration” is the duration of the loop. If modified, it will automatically change the “Out” value.

-All forces in the system are set to enact at the 10 second mark and all calculations end at the 30 second mark.

Aside from the animation controls, this is not an interactive demo. Interactivity will probably be in the next one, but this demonstrates all of the engine principles. You’ll notice a slight lag period just as the swf loads. That’s because it is calculating all of the physics for the entire animation during the first frame. It saves all of that data and then replays it based on the passage of time. That’s why you can scroll back and forth or play at different rates (super slow-motion or fast-forward). The animation is actually set to 40fps, but I guarantee your browser can’t keep up with that speed. Fortunately, because the engine is time based rather than frame based, dropped frames do not effect the rate of movement. Oh, and by the way this is in AS2. I’ll translate it to AS3 later.

I haven’t mentioned the Liberty Engine up here very much, but it’s been a project of mine for over a year now. The concept behind the Liberty Engine is to create a physics engine that ANYONE can use; to liberate the thousands of young game developers without the programming or mathematical know-how to build the kind of games they dream of and provide it for public use free of charge. I hope, with a powerful and easy-to-use engine like this one, to foster a serious indie gaming movement at the grassroots level.

Continue Reading…

Daymare Town. I found this gem when someone mentioned it on the Flashkit games forum. Straight forward point-and-click adventure game. Excellent presentation, interesting art style, great puzzle design.

Daymare Town 1

I couldn’t finish this without a walkthrough, but I blame it on a couple poorly drawn props. You’re in for a good hour or so of headscratching.

This game reminds me that there’s nothing wrong with keeping things simple sometimes. Props to the designer.

Check out Daymare Town at www.pastelstories.com.