Browsing Tag
gamedev
33 posts
Creating your first scene
In this article, I’m going to talk about how to create a scene in Godot! For this, we’re…
Building the Bubble Estimator Game: A JavaScript Project with SVG and Sound Effects
Last week a colleague asked me to estimate the number of people at an event and that was…
Made an .io game in 10 days✈️
Hello Everyone! Let’s talk gamedev, better yet fast addictive .io games. And how I made StellarClash.io✈️ in 10…
Loop audio Godot
In this article, I’m going to show you one way to loop music in Godot! But first, we…
Creating abilities – Ground pound
Cool! Our character can move left, right and jump! (and fall off the edge of the map 😅).…
Introducing Ecsact
TL;DR – Ecsact (ecsact.dev) is a free and open source language and runtime standard dedicated to the Entity…
Creating a Minesweeper Game in SolidJS – Score, Timer and Game State
Welcome to the 3rd installment of the “Creating a Minesweeper Game in SolidJS” post series. In the first…
How to Render Static Text with SDL2
The Code :: https://github.com/patrickodacre/sdl2-odin-examples/tree/master/render-static-text To render the text to the screen we still require our game loop. I’ve…
Part 2: Building a Cybersecurity Game with Three.js – Inspired by Google’s Interland
Preview 👾 In part 1 of this series, I talked about how we were inspired by Google Interland’s…
Programming Games by Hand Using Odin
If you’re interested in programming games from scratch, you’ve probably agonized over how to get started. You could…