June 2026
-

Storing High Scores in a Database in Godot
This is more than is expected for a Project at NCEA Level 2 and 3 Storing high scores locally is a classic…
-

Simple Enemy AI in Godot
Creating enemy AI in Godot 4 using the built-in Navigation System is incredibly efficient once you get the node structure down. Godot…
-

Is is Possible to Block Social Media
Questions Technology & System Design Policy & Responsibility Ethics & Privacy Cultural & Societal Shifts
-

Building a Web App with Flask & SQLite
Building a web application with Flask, Python, and SQLite is an excellent way to understand how backend architectures interact with a relational…
-

Godot Pickups
Use this script on a pickup object (Area3D) or collectable. This will add a score (assuming the player has a method called…
-

Godot Grapple Mechanic
You can download a sample Grapple Mechanic from the link below. Download files. This uses a raycast to collide with an body…
-

Godot 4 Parallax Scrolling
Scene Setup Start by creating a new 2D scene in Godot. Add ParallaxBackground Add ParallaxLayer(s) Add Visual Elements Configure Motion Scale This…
-

Python: 9 Conditional and Logical Operators
Conditional and Logical operators are used to make statements that can be evaluated (worked out) to be True or False. True and False are keywords…
-

Python: 8 My program doesn’t work (Debugging)
When writing programs you will often encounter errors. Part of the Programming process is Testing your code and ensuring that it works…
-

Python: 7 Your first program – “Hello World”
In your editor of choice create a new file. write the line The print Function takes one or more arguments This is…
Search
Latest Posts
Categories
Archives
- June 2026 (31)
- May 2026 (2)
- April 2026 (5)
- December 2025 (1)
- November 2025 (2)
- October 2025 (3)
- September 2025 (4)
