The Lens of Essential Experience

One of the things we constantly think about here at Gamefroot HQ is how to make good games. No not just good games but awesome games. When you’ve got a game creation tool as easy to use as Gamefroot there can be no excuse for making good games… you should be making awesome games!!

To help us make games our own games we have started to embrace “The Art of Game Design” toolkit; a set of rules / game mechanics that are easy enough for anybody to understand and apply to their game. There are 100 lens for us to learn and we’ll be posting a new one every couple of days. When we post a lens please let us know what you think by leaving a comment.

1 – The Lens of Essential Experience

To use this lens, stop thinking about your game, and start thinking about the experience of the user. Ask yourself these questions:

– What experience do I want the player to have?

– What is essential to that experience?

– How can my game capture that experience?

Bug fix: My level is pitch black!

We’ve added the ability for you to change the lighting level in your game, but there was a bug for a short while that removed all the light from some recently made games.

If you’re game is totally dark, here’s how to fix it:

Open the level up, go to Level Properties (in the File Menu), and then type 100 for level light. Save the changes, then save your game.

Continue reading “Bug fix: My level is pitch black!”

Brand New Gamefroot Level Editor- Custom promo image for your game!

Note: this tutorial is out of date. You can see how to change the game thumbnail here: http://gamefroot.com/knowledgebase/the-gamefroot-editor-diagram/#Game-Properties

 

Have you been tired of seeing the same default thumbnails on the Gamefroot website? Now you can give your game a custom promo image!

We’ve been adding a bunch of features for Gamefroot users to make their games unique. Over the past few weeks we have been working behind the scenes to upgrade the Gamefroot Game Creator, and now the brand new version is finally ready for you guys to test out!

http://gamefroot.com/leveleditor/

One exciting new addition is the ability to upload your own promo images for your games.

Continue reading “Brand New Gamefroot Level Editor- Custom promo image for your game!”

How to make GOOD games

We’ve made it easy for you to make games with Gamefroot, but making a GOOD game is something you have to put a bit more effort into. A good game will keep the player interested, engaged, and coming back for more – and that will ultimately be reflected in your game’s play count and comments. Who DOESN’T want to have a popular and successful game?

There are a few rules that you can follow to make your game play better.

Continue reading “How to make GOOD games”

Pimp my Game – Using your own Character artwork

Note: this tutorial has been updated here http://gamefroot.com/knowledgebase/animate-and-upload-your-own-character/

 

With Gamefroot we make it easy for the entry level game designer to effortlessly create a game using the default assets, but for the next level of game designer* we offer a lot more customization. You can design your own characters, terrain, in-game items, and backgrounds. You can then upload these assets into Gamefroot to build games that are uniquely your own. In this series of tutorials I’m going to show you how to do all of that to create a masterpiece you can be proud of. *To take advantage of Gamefroot’s customization it is important that you have image editing software and a working knowledge of how to use it.

Continue reading “Pimp my Game – Using your own Character artwork”

How to Unpublish a Game

Note: this feature is currently unavailable

 

Decided you want to keep prying eyes away from your hard work? Maybe you want to make changes to your published game and don’t want people to play it until you are finished. It’s OK! You can very easily remove your game from public scrutiny by opening it up in the level editor, opening the File menu, and clicking Publish. Check the Draft button and click Save. Now your game has been reverted back to Draft mode, and it will no longer be visible on Gamefroot.com

  

You can re-publish your game again at any time.

Share your games

Note: an updated version of this tutorial is here http://gamefroot.com/knowledgebase/publishing-your-game-to-share-it-with-the-world/

 

Sharing your Gamefroot creations is simple. If you have published your game then it will appear on the Browse Games page (if it is popular enough), and the All Games page.

To share a specific game with people, click the share button underneath the game on the Gamefroot website.

Continue reading “Share your games”

Pimp my Game – Make your own terrain and items

Note: this tutorial has now been updated here http://gamefroot.com/knowledgebase/how-to-draw-your-own-game-objects/

 

With Gamefroot we make it easy for the entry level game designer to effortlessly create a game using the default assets, but for the next level of game designer* we offer a lot more customization. You can design your own characters, terrain, in-game items, and backgrounds. You can then upload these assets into Gamefroot to build games that are uniquely your own. In this series of tutorials I’m going to show you how to do all of that to create a masterpiece you can be proud of. *To take advantage of Gamefroot’s customization it is important that you have image editing software and a working knowledge of how to use it.

Gamefroot terrain tiles and item tiles

The single largest element in most games is the terrain tiles, so making your own terrain tiles is very important in game customization. All tiles in Gamefroot must be 48 pixels high and 48 pixels wide, and they must be PNG or GIF files. You can have objects bigger than a single 48 x 48 tile by making an object out of multiple tiles, or you can make an object smaller than 48 x 48 by leaving transparent space around the object inside the tile.

Designing tiles

Think about the purpose of the tile. Is this an item? Will this tile be an obstacle? Remember that the whole tile will be solid, not just the part of the tile with artwork on it. If it is going to be a background tile then this doesn’t matter – the player won’t be bumping into it.

Also remember that terrain has 2 layers – take advantage of this to make cool layered effects.

Consider the visual style of your game. Draw up your concepts, and test them out with your other game elements to make sure they don’t clash or look weird. When I draw tiles I often work at 400 percent of the actual tile size – that way I can work on the details, and then shrink the artwork down to its proper size and make any tweaks that are needed.

If you are working on pixel art, you can do the opposite – work small and upscale it for the final version.

Once you are happy with your artwork, cut it into 48 x 48 pixel images and save them as either PNG or GIF files (PNG files have better transparency).

 

Uploading and testing your own tiles

Now that you are ready to upload your new tiles, open up Gamefroot and select the Terrain Tab. Click the + button, browse to the image file on your hard drive, and select one or more images to upload.

uploading-terrain-tile1.jpg

upload-terrain-2.jpg

Click Begin Upload and the files will start to upload. Once they have all been uploaded, close this box and your new terrain tiles will appear in “Your Terrain” tab.

upload-terrain-3.jpg

The exact same process above applies to item tiles as well.

Now you can make games entirely out of your own tiles!

Happy game making!

 

 

Let’s get Advanced – Make a Spring

Note: this tutorial is out of date. You can use the concepts from this tutorial combined with the up-to-date tutorials listed below:

 

You can make some really cool things in Gamefroot’s Advanced Behavior Editor, and there are a few core blocks that you can use over and over again to make interesting things happen. Today we will focus on using message blocks to trigger other blocks.

 

You can use message blocks to send specific messages that activate other behavior blocks, and you can set time delays on these messages. (These kinds of messages are different to in-game messages – they only send messages to other behaviors and these messages are not shown to the player in-game.)

In this tutorial we are going to use the power of timed messages to make a spring that launches the player into the air.

Continue reading “Let’s get Advanced – Make a Spring”