Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create A Hidden Objects Game in Godot
Rating: 4.3 out of 5(35 ratings)
187 students

Create A Hidden Objects Game in Godot

Creating Games with Ease
Created byMichael McGuire
Last updated 4/2023
English

What you'll learn

  • The core of a hidden objects game
  • Layering system for a hidden objects game
  • Moving from one location/room to another
  • Saving and Loading Data
  • Create a lock and key system
  • Create reusable scripts

Course content

2 sections18 lectures2h 43m total length
  • Introduction0:38

    Learn core concepts for building a hidden object game in Godot, from reusable scripts and collecting objects to inventory management, room transitions, and saving data.

  • Downloading Godot1:58

    Download and install the Godot engine, selecting the standard version with OpenGL support. Learn to install export templates from the engine or the website to begin the hidden object game.

  • Creating Our Project3:20

    Open Godot, create a new project named hidden objects puzzle game, set the window to 600 by 1024 in portrait, install export templates, and start coding.

Requirements

  • Have a working computer

Description

Learn to create games in the Godot game engine using a python-like programming language, GDscript.

In this course, we will create a Hidden Objects game that is cross-platform for MacOS, Windows, Linux, Android, IOS or even embed into a browser.

While on your game development journey you will gain the skills and ability to create the Hidden Objects game you want.

****If you have no experience in coding or want to familiarize yourself with the language, my course on learning the GDscript language is recommended to help at least learn basic code terminology and structure****


You will learn:

  • The layering of Hidden Object games

  • How to move from one location to another

  • Save and Load data

  • Create a key and lock system

  • Inventory Management

  • Change Mouse based on specified conditions

    and more...


    ****If you have no experience in coding or want to familiarize yourself with the language, my course on learning the GDscript language is recommended to help at least learn basic code terminology and structure****

    Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.

    Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.

Who this course is for:

  • Godot developers that want to learn how to make a hidden objects game