Linux Format

Create a video game in the Godot engine

Godot is an open source video game development engine. In last issue we looked at the engine platform and produced our first application: a 2D interface that displayed Hello World. This issue we’re going to use Godot to develop our first video game.

We’re going to start off with a dodge ‘em game, reminiscent of Asteroids, with enemies swarming a two-dimensional environment and the player having to avoid them. However, we won’t have a weapon to begin with, so to score any points we’ll have to survive for the longest amount of time possible, without colliding with any enemies.

Two-dimensional games are simpler to create, so we’ll start there, before jumping in to a three-dimensional environment.

Let’s begin with a brand new project in Godot. Assuming that you followed along from last issue, launch Godot. Otherwise, make sure you have everything installed.

Full Steam for Godot

The easiest way of getting Godot downloaded, installed and kept up to date is by using Steam. A simple sudo apt-get update && sudo apt-get install steam should get Steam sorted on a Debian-based distro. There’s also a .deb installer available at SteamPowered.com. Run Steam for the first time, accept the terms and conditions and then install the font packages. Sign up and sign in, and you’re ready to go.

On the Steam store page, search for Godot, install it for free and

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
OBS Studio
Version: 30.0.2 Web: https://obsproject.com There are lots of good options for recording screencasts, but if you want to live-stream T your desktop, one of the best options is OBS Studio. The app works with all the major online streaming providers, s
Linux Format1 min read
Wine For Wayland
2023 was a great year for the Wayland driver for Wine. The goal was to move forward from the experimental phase and make the driver a proper upstream component. A year later, after several merge requests, many people are now already able to use the l
Linux Format2 min read
Back Issues Missed One?
ISSUE 313 April 2024 Product code: LXFDB0313 In the magazine Discover how to use the ultimate hacker’s toolkit, staying out of trouble while doing so. And join us as we take the Puppy Linux developer’s new distro for a run and explore its container

Related