BibleClinger

BibleClinger @bibleclinger

About: Enjoyer of Biblical discussions, programming, and video games. Expect current posts to be mostly about the 6502 processor and MiniScript.

Joined:
Mar 12, 2024

BibleClinger
articles - 8 total

TextLabel for Mini Micro

I tested a Mini Micro video game currently being developed for a game jam. A TextDisplay was being...

Learn More 0 0Jun 29

A MiniScript Enum Class

Given that MiniScript is a very minimalistic scripting language, it purposely lacks an Enum type. Its...

Learn More 4 0Jun 2

Adding Basic Animation to a Mini Micro Game

Recently on the MiniScript Discord, Dat_One_Dev posted code he was using for a YouTube video tutorial...

Learn More 1 0May 26

MiniScript's locals, outer, and globals

Just recently on the MiniScript Discord, someone was asking for support with a function of his that...

Learn More 0 0Apr 6

MiniScript's Parent-Class Variable Pitfall

The Scenario Let's say you're wanting to use MiniScript to write a game for Mini Micro....

Learn More 1 1Mar 14

Does MiniScript Need Variadic Functions?

A relatively common question asked at the MiniScript Discord is about variadic functions and why...

Learn More 1 1Mar 13

Mini Micro and the 6502: Adding Keyboard Input

As I wrote last time, I had decided to embark on the journey of writing a 6502 microprocessor...

Learn More 0 0Mar 16 '24

Mini Micro and the 6502: Adding retro to the neo-retro

I couldn't help but feel something was missing in the Mini Micro environment. After all, we are...

Learn More 2 3Mar 12 '24