Category Uncategorized

How To Intergrate AdMob Into Godot

Admob is a great way to monitize your game, in this tutorial we are going to go and add admob into our godot project. we are going to create banner, interstisial ads, and reward ads. So thats what I have…

Setting Up Local Android Notifications

Android notifications is an important part of creating an Android app, it allows us to get more user retention and can call back users to your app after they have it closed. A good example of local notifications is with…

An Analysis on Godot Languages

Hey Guys, lets talk about programming languages and which one you should choose Spoiler Alert! It doesn’t matter at all. Mitch 2021 But we should at least talk about the advantages and disadvantages of each of the programming languages GD…

Compiling Godot With Mono

Hey Guys, today we are going to talk about compiling Godot with Mono. Why would we want to compile Godot with mono? Compiling Godot with Mono allows us to use C# within Godot. Ok great but why do I want…