Frogatto & Friends

Frogatto sprite

Frogatto & Friends is an action-adventure platformer game, starring a certain quixotic frog.
We're an open-source community project, and welcome contributions!
We also have a very flexible editor and engine you can use to make your own creations.

Developing Games using the Frogatto Engine – Table of Contents

April 29th, 2012 by DDR

Developing Games using the Frogatto Engine is a tutorial which will show you, step-by-step, how to make a game.

Part 1

  • Game Objects
  • Adding Elisa Using the Editor
  • Events

Part 2

  • Gravity and Collision Detection

Part 3

  • Walking, jumping, and crouching for Elisa
    • (YouTube) Frogatto Engine Tutorial — Building a simple platformer
    • (YouTube) Frogatto Engine Tutorial (continued — part 2)
    • (YouTube) Frogatto Engine Tutorial (continued — part 3)

Recommended Reading 1

  • Accessing an Object
  • Where Clauses
  • Object Mutation
  • Basic Data Types
  • Basic Operators
  • Random Numbers
  • Functions
  • Lists
  • Functions for Operating on Lists
  • Map + Filter + Range: Example
  • List Comprehensions
  • Dictionaries
  • Objects
  • Functions
  • Recursion
  • True or False