single godot

Code a 2D Platform Game Character with Godot

Code a professional side view 2d game character with the Free game engine Godot! Learn the fundamentals you need to code solid movement for platformers, action-adventure, and Metroidvania games.

You will learn to

  1. Code character movement a side-scrolling game
  2. Create a hook mechanic
  3. Use steering behaviors
  4. Code a Hierarchical Finite State Machine

All that following the best practices in Godot, using the GDScript programming language.

Prerequisites

This course is for people who have some experience with Godot.

You should:

  • Be familiar with the Godot editor
  • Have programming foundations
  • Know Godot's GDScript programming language

To get you started, we wrote a complete Godot Learning path for beginners. It only contains free resources.

Free and Open Source

The code from this project is available under the permissive MIT license. In short, you can use it and modify it freely, even in commercial projects.

By buying this course, you support the creation of Free Software.

You can download the Godot game we made for this project on our GitHub.

Pay with PayPal

If you would like to pay with PayPal, that is possible.

To do so, please:

  1. Create an account
  2.  Send us a message with the following information:
  • The course or list of courses you want to buy
  • Your Mavenseed account's email
  • Your country of residence

We will send you a payment request via PayPal. Once paid, you will get access to the course within two business days.

If you need an invoice, please tell us in your message and send us your full details.

60 days refund warranty

If you don’t like the course or you didn’t learn anything, send us a message within 60 days after your purchase to get an instant refund!

Just send us a message with your Mavenseed account's email and the product you'd like to refund.

Get in touch

If you have questions or need anything, you can:

Sponsors and credits

This course was funded by 818 backers as part of our 2019 Godot Kickstarter.

Its creation was sponsored by Gamblify.

1 Review
  • b
    Ben curley(ben-curley-me-uk) ·

    Worth the money spent for a few key reason.

    1.  Some very useful tips regarding GDscript which you may overlook especially if you have previous coding experience. For example using yield and Godot nodes and signals to defer reference assignment inside a node.
    2. A useful example of State machine implementation inside Godot, granted the idea of State machines are not that complicated, again I benefited from the example of how to use Godot's node structures in conjunction with scripts to make code cleaner and easier to maintain.
    3.  Shows good examples on how to separating concerns by leveraging the Godot node system.

    For me at least,  having prior experience with imperative programming I found myself in private projects solving everything imperatively and at times this works against Godot. This course has improved my basic knowledge of node structure and tree and was well worth the price.

    Also you get some detailed implementation details for making a platform character.