Welcome to Godot Platformer :)

Here we will write blog on making 2d platformer game in godot.

Sagar Devkota

6 Adding Saw to the Game

Here we will implement the Saw to the game, its a moving obstracle for the player. Here we will use the delta to move the object to and for. We want the saw to move to and fro with different speed and variable lenght, thus…

Continue reading...
Sagar Devkota

5 Implement Spring to the Game

We won't learn new thing here, but use our existing knowledge. Few things we will understand is to make the collision shape a bit thicker to detect some speed object. And way to detech the direction of the other interacting object We have Added Area2D…

Continue reading...
Sagar Devkota

2 TileMap, CharacterBody2D, Parallax

Here we will create Tiles, create basic game structure, Add Character Body, and have Parallax effect. To Add TileMap simply add the TileMap Node, Then from the Inspector, create a new Tile Set. You can configure the Tile size by further clicking in the newly…

Continue reading...