Godot Tutorial -- Game Lifecycle and Dealing with Input

Subscribers:
265,000
Published on ● Video Link: https://www.youtube.com/watch?v=aMzPvouGqpM



Category:
Tutorial
Duration: 39:27
25,285 views
223


In this part of our ongoing Godot Game Engine tutorial series, we take a look at how a game actually works in Godot, at how the main loop executes and how to get your game nodes to update. We also look at dealing with Input, both event driven as well as polled. Then we look at InputMaps for dealing with controls in a generic way. Finally we take a look at the Godot C++ source to see how the game executes behind the scenes.

The text based version of this tutorial is available at: http://www.gamefromscratch.com/post/2015/01/28/Godot-Engine-Tutorial-Part-3-Program-Lifecycle-and-Input-Handling.aspx

The entire table of contents is at: http://www.gamefromscratch.com/page/Godot-Game-Engine-tutorial-series.aspx







Tags:
Gamefromscratch
gamedev
godot
C++
tutorial
2D
input
mouse
keyboard
gaming