Category: Development

  • SSH 2FA Linux

    SSH 2FA Linux

    When setting up a Linux host for developing or testing web applications, security should be a top priority. An essential step in safeguarding your server is to ensure that unauthorized access is effectively prevented. One of the most efficient ways to enhance security is by implementing two-factor authentication (2FA) for SSH access. This added layer…

  • Godot 4 Movement and Health System with Progress Bar Tutorial

    Godot 4 Movement and Health System with Progress Bar Tutorial

    To add movement to your player there is no better way than the one described on the official documentation Godot Docs (click to open on ne window) once you have your basic player set up, we can get into the good stuff. To add health to a player with a health bar in Godot with…

  • Free Open Source Idle Template Godot 3.x and Godot 4+

    Free Open Source Idle Template Godot 3.x and Godot 4+

    Open Source link below, this is a small demo that I worked on from a free open-source demo I found, I expanded and added a few extra systems to the base demo and borrowed some Public Domain assets to decorate a bit. https://github.com/Clooloo/Idle-Game-Demo-OpenSource

  • Tools

    Tools

    Very useful free tools that you can find online: Development Notepad++ My favorite text editor solution, supports lots of languages and file types, you cant go wrong with them. VSCodium Perfect IDE for small and large projects. Godot Want to make a game? we present GODOT engine an Awesome Open Source and Free Game Engine.…