Codetuto
MY BLOGS
- Codetuto http://codetuto.com/
LATEST ARTICLES ( 17 )
-
Getting Started in Phaser 3 (ES6) – Create a Boomdots Game Part 2
Welcome to the second part of getting started in phaser 3. We are trying to create a clone of the famous Boomdots game in phaser 3 in ES6. In the previous... Read more
Posted on 03 March 2018 COMPUTING, GAMING -
Getting Started in Phaser 3 (ES6) – Create a Boomdots Game
In this tutorial, we’re going to create a Boomdots type game in Phaser 3. Using ES6 will help us to make use of the most modern features of Javascript. Read more
Posted on 24 February 2018 COMPUTING, GAMING -
How to Save and Load Game in Godot Engine
Saving and Loading player progress is a requirement for every game. In this post, we will learn how to save and load game in Godot Engine. Godot Engine has a... Read more
Posted on 27 August 2017 COMPUTING, GAMING -
Decouple Game Objects Using Godot Signals
Before going further, let me state that this tutorial is intended for absolute beginners who have no idea about signals and finding a hard time following the... Read more
Posted on 23 May 2017 COMPUTING, GAMING -
Start Developing HTML5 Games in Phaser Using TypeScript
TypeScript is a superset of JavaScript which compiles to plain JavaScript. Anyone with an intermediate knowledge in JavaScript knows that as the project... Read more
Posted on 27 March 2017 COMPUTING, GAMING -
Direction Vectors in Godot Engine
There is a previous article where we discussed movement and rotation basics of Godot Engine. In this article, we are going to look at the rotation of game... Read more
Posted on 27 February 2017 COMPUTING, GAMING -
7 Lerping Tricks You Need to Know as a Game Developer
Linear Interpolation or lerping is a mathematical function which interpolates between two values. The interpolation amount is varied by passing a weight factor... Read more
Posted on 11 February 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game Part 7
In the previous post of this game tutorial for beginners series, we actually completed the racing game project. We’ve added some keyboard controls to know how... Read more
Posted on 04 February 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game Part 6
This is the sixth part of the 2d racing game tutorial for beginners series. We’ve already done most of the work in the previous posts. In this one, we will spaw... Read more
Posted on 28 January 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game Part 5
In the previous post of this game tutorial series, we added the enemy script and it moves according to the player speed variable in sync with the bg. In this... Read more
Posted on 21 January 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game 4
In the past 3 parts of the 2d racing game tutorial for beginners, we setup the scene, created enemy cars and obstacles and setup the bg scrolling. Read more
Posted on 14 January 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game 3
This is the third part in the 2D racing game tutorial for beginners. In previous posts we setup the scene and created the enemy cars and roadblocks. Before goin... Read more
Posted on 07 January 2017 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game 2
This is the second part of the 2d car racing game tutorial series. As I already said in the previous post, we are making this game in the awesome opensource fre... Read more
Posted on 31 December 2016 COMPUTING, GAMING -
Godot Engine Game Tutorial for Beginners – Create a 2D Racing Game 1
Let us start another Godot Engine game tutorial for beginners. This will be a multipart tutorial series where we are going to create a simple top down 2D car... Read more
Posted on 24 December 2016 COMPUTING, GAMING -
How to Automate Godot Android Build Process in 5 Easy Steps
In this post we are going to automate Godot Android build process on linux. When we export our game, the engine takes the template, modifies it and then spit... Read more
Posted on 24 October 2016 COMPUTING, GAMING -
Godot Engine ShaderGraph Introduction – Scrolling a Texture
This is an introduction to Godot Engine’s Visual ShaderGraph. It is similar to the material editing in Blender. In this post, we will simply scroll a texture... Read more
Posted on 30 July 2016 COMPUTING, GAMING -
Godot Engine Remote Debug & Live Edit
Godot engine has an awesome feature called “live editing”. What it does is that you can edit and modify the game while running. This is possible on Godot previe... Read more
Posted on 11 June 2016 COMPUTING, GAMING