Simple top down shooter made in this tutorial: https://www.youtube.com/watch?v=5vYI_mgERBU
Simple platformer made in this tutorial: https://www.youtube.com/watch?v=NScngW8vxK8
Simple Doom clone I made in this tutorial: https://www.youtube.com/watch?v=LbyyjmOji0M
My godot framework help you to create your own 2D plateformer game without coding anything on Godot engine. READ THE DOC !
A small addon that generates 3d mazes using a depth-first search algorithm. It can exclude user-defined zones from generation and suggest locations for items (doors, keys, chests...).
A TrackballCamera that responds to input from mouse, keyboard, joystick and touch, in order to rotate around its parent node while continuously facing it.- stays around its parent node, even if it moves- no gimbal lock (quaternions ♥)- camera inertia for a smoother experience- the parent node does not have to be centered in the camera's view- a bunch of parameters to configure everything as you want it- won't work on godot 3