Wednesday, February 1, 2012

Pigs Will Fly! (beta)

The "Pigs Can Fly" sequel is now in beta! It is going to be titled "Pigs Will Fly" to avoid infringing on other IPs on the app store.


As you can see, I am reusing a lot of the original art assets like the backgrounds which are now overlaid with a placeholder crumpled paper texture (to be replaced with my own). I decided just to include 40 levels in the viral Flash version, and the dollar mobile app will include free updates. I am working on the port right now and it should take no more than a week.

It even takes me a while to beat all these levels. It definitely presents more of a challenge compared to the original game released almost one year ago.



Games under this physics-puzzle genre are unlike any other. Assuming the design is in place, it only takes a couple days to program the features necessary and the level creation phase can be shaped into a realistic schedule.


..It was possible for me to take my laptop to a coffee shop or local park, create a level or two, and then rinse and repeat the next day. Hiring online level designers crossed my mind multiple times, but that idea faded along with the level editor feature built into the game itself. I wanted to keep things simple. All the levels were created in Flash.

On a related note for other developers, the newer versions of FlashDevelop include a feature to create a "Flash IDE project". Now rather than wasting time exporting and importing swf and swc files from Adobe Flash to FlashDevelop, you can keep everything in single fla file and use FlashDevelop as a text editor and debugger. It works great for a single developer, but maybe not so well for a team of even two or more developers.

The feature uses Adobe Flash to compile and launch the game, while adhering to breakpoints and such in FlashDevelop. It brings the two programs together. Sure you could just use write and edit code in Adobe Flash, but for me it tends to have huge latency when it comes to just typing and scrolling. Yuck. You can still use the "Embed" keyword for external files like audio, but those files must be added to the library.

Pigs Will Fly currently is available on FlashGameLicense.com for previewing purposes. Feedback is welcome. You may need an account to view it.

1 comment:

rinalds said...

Hey! This is kinda offtopic, but...

Do you use Physics engine like box2d or you have selfmade physics engine?