Gamefroot Game Creator 1.15 Release Notes

gamefroot-release-115

We’ve been working away over the past month to add some great features to the Gamefroot level editor that should make it more intuitive to use. Check it out for yourself!

The most recent changes to Gamefroot in version 1.15 are:

  • Features:
    • Properties panel in navigator displays properties of selected object
    • Animation Editor Attributes tab allows changing image position and hitbox for each frame
    • Sped things up by using scalable storage for level editor files
    • Redesigned right-click context menu for better usability
    • Notifications dropdown shows latest Gamefroot updates
    • Game preview window has better close button and controls displayed
    • Other small UI tweaks

 

  • Fixes:
    • Game thumbnails no longer appear black for games with parallax backgrounds
    • Navigator can be hidden again

Continue reading “Gamefroot Game Creator 1.15 Release Notes”

Let’s Make a Game: Snake

Note: this tutorial is out of date. You can use concepts from this tutorial, plus updated ones listed below:

 

snake

The classic game “Snake” is fun because of it’s simplicity and replayability. You start out as a small snake made up of one or two blocks, and you grow longer each time you eat something. You have to avoid colliding with yourself, which becomes progressively harder as your tail grows longer. The entire game only contains a few elements, but you can play it over and over – that makes it a perfect candidate for a “Let’s Make a Game” Tutorial!

Continue reading “Let’s Make a Game: Snake”