As a self-employed game creator, I’m constantly looking for new methods to use Chromebooks more effectively than just the standard productivity routines and using Godot create game making software for chromebook. I used to mostly just use my Pixel Slate, Lenovo Chromebook Duet, and other devices for drawing, making notes, and documenting my ideas before moving them over to my Windows 11 PC and diving into Unreal Engine to bring them to life using 3D modeling, programming, and more.
I’m beginning a series of postings that will demonstrate how to utilize various programs and web tools to get started experimenting in the field of independent game production for those of you who are interested in entering the game development industry but only own a Chromebook. These will mostly instruct you on how to set up your selections and what possibilities are accessible to you. Where appropriate, I’ll provide links to YouTube learning playlists, but beyond the first setup, you’ll be mostly on your own to start your adventure.
Using Godot Create Game Making Software for Chromebook
Today, I’ll demonstrate how to create 2D and 3D games using a tool called the Godot Engine. Godot (pronounced gud-OH, not GO-DOT!) is what is referred to as “Open Source,” which means it makes use of a specific license that allows everyone to contribute to the development and upkeep of the engine and reap the rewards equally without any one business or individual reaping more rewards. Additionally, it means that you’ll never be charged a price to use or share any games you produce with Godot, making it truly free and open. You can see the engine in action in the sample below, but the possibilities for what can be generated are endless.
You can view the showcase if you’re interested in learning more about the amazing games that have been made with Godot. I’m also attaching the video below to showcase a sizzle reel of recent titles made with the engine. Although it’s still not as well-known as Unreal Engine or Unity, it’s gradually gaining ground and becoming into the preferred programming environment for newbies, frugal artists, and even those with little hardware (like a Chromebook!) Although it is not limited to only these kinds of people, it is more typical for these users and in these locations.
Have steps using Godot create game making software for chromebook
1. Enable Linux on your Chromebook using our step-by-step tutorial
2. Open the Linux Terminal
3. sudo apt update
4. sudo apt install libnss3 menulibre
5. wget https://downloads.tuxfamily.org/godotengine.3.4.4/Godot_v3.4.4-stable_x11.64.zip
6. unzip Godot_v3.4.4-stable_x11.64.zip
7. ./Godot_v3.4.4-stable_x11.64 (DON’T FORGET THE DOT BEFORE THE SLASH OR THE ENGINE WON’T LAUNCH!)
8. menulibre