0 comments

Popfly has gone offline ...

Popfly has once again totally impressed me! I was on vacation last week, away from my computer and I had some free time each morning so I decided to check back with popfly and make another game. I made Bomberman (also above)! I made the beginnings of the game rather quickly as popfly's game creator has evolved to beta. All of the visuals were made from existing actors that popfly already has and I tweaked them with popfly's visual editor. They are not the best graphics, but sure beats anything that I would have done from scratch! Also, popfly has a great amount of visuals and sound effects / music to choose from to really customize your game.

The game I created is a mini replication of the original bomberman where a user walks around placing bombs on the ground and tries to blow up the computer. My game consists of the following:

  • Multiple Levels
  • Multiple Lives
  • Multiple Powerups (randomly placed beneath boxes)
  • Score is kept throughout the game with bonuses for picking up powerups, killing the computer with your bomb, beating levels and having lives left once you beat the game!

The whole game took me around 15-20 hours to complete, with plenty of testing! There is one minor bug that I have noticed where the computer can build up enough force and push you through the wall ... then you must commit suicide or hopefully the computer will blow itself up.

Hopefully you enjoy my game and remember to leave feedback so I know how to make future games better!

0 comments

Popfly has gone offline ...

My last post described a silverlight game that I made with the current version of silverlight 2 beta. I was continuing to work on improving the game when my RSS reader showed me Adam Nathan's post about the Popfly Game Creator! Holy cow, this is awesome! This is what I have dreamt of for years, seriously. I have tried other programs that enable users to visually design their games, but MS got this game creator dead on. It's in alpha currently and there are some minor things that could be improved initially, but so far the possibilities are endless!

popflygamecreator_thumb

Popfly's game creator uses silverlight 1.0 currently with plans to upgrade to silverlight 2. There is awesome graphic work already included in many samples and you can use that artwork in your own game. You can also 'import' you own XAML graphics and other graphics from projects that people share on popfly. The basic idea behind the game creator is to use 'actors' as the visual objects that the user interacts with. Those 'actors' are then used in 1 or more 'scenes', or places in your game world. And that's basically it, pretty simple. Now you can customize your 'actors' with 'behaviors' so they act as you wish, and currently you can write your own javascript code for those 'behaviors'. There are also 'properties' that you can set on almost anything and further customize the way your 'actors' and interact.

battletankoverview_thumb

To see how easy this game creator was, I decided to replicate my silverlight tank game. Not everything is the same, but for the most part everything looks and acts the same. The grass background was provided by Popfly and it easily tiled to fill the available space that I specified for my game. The tank graphics are the same as my game, I simply copied my XAML path data into an actor and then gave that actor 5 behaviors; forward, backward, left, right and shoot. I duplicated that actor with Popfly's nifty shortcut menu so all I had to do was re-assign the keyboard values for the other actor. When I defined the shoot behavior I selected a circle graphic and gave it appropriate behaviors to disappear on collision with the other tank. Then I added in solid objects around the border and in a couple of places. I had to ensure that these solid objects had a mass greater than my tanks, which was easy enough to accomplish since all of the solid objects are duplicates of one actor and they all 'inherit' the appropriate properties. I then set when the game should go into a win and a lose (the other tank wins) scenes and then my game was done! Really, it was that easy.

battletankgameplay_thumb

Once you know your way around the simple menu in the game creator you can fly through and customize your game easily. I chose not to add sounds to my game as it was bogging down my experience (all though that could be my internet connections fault since I am using a Sprint aircard). I also used only 1 animation for the explosion of a tank that Popfly provided. After making the simple version of the game I decided I wanted to add an additional feature that my original tank game did not have yet, bombs! I added this ability for each player in a matter of minutes; with most of my time working on javascript to limit each player to 3 bombs per round.

battletankwinner_thumb

If you have further questions about the game creator check out Popfly's Game Creator forums.

Feel free to try out my battle tank game or play it at the top of this post! And as always, any and all feedback is appreciated.