Articles by Tag #miniscript

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Porting MiniScript to Cosmopolitan Libc

There is a lot to be written up. Starting with "wtf is cosmopolitan?" If you leave this now as it...

Learn More 5 2Sep 23

Daily MiniScript mini-challenges

If you want to get stronger, you exercise every day. If you want to get better at dancing, you dance...

Learn More 4 0Oct 16 '24

Announcing Mini Micro 1.2.4

Mini Micro was updated to version 1.2.4 today. Let's take a quick look at what's new! New...

Learn More 4 1Mar 8

Proper setup for a MiniScript GitHub repo

GitHub is a great place to store your projects on the web — it's free, it provides powerful version...

Learn More 4 0May 27

Other MiniScript Bloggers to Follow

I've been writing about MiniScript and Mini Micro here on dev.to since 2022. But I'm not the only...

Learn More 4 4Mar 14

Code Review #1

Welcome to a New Series: Code Review This series was inspired by a comment left on my blog post,...

Learn More 3 1Apr 30

Optimizing Mini Micro for pixel-art games

I recently wrote about why Mini Micro's display is 960 x 640 pixels. In short: that's a reasonably...

Learn More 3 0Feb 19

Mini-Micro: Quality of Life

On 2nd August 2025, Mini Micro rolled out its 1.2.5 update — which I like to call the Quality of Life...

Learn More 3 0Aug 14

Introduction to Computer Programming: Online Edition!

A few years ago, I wrote an introductory book about computer programming called Introduction to...

Learn More 3 2Sep 22

WTF Mini Micro!

Mini Micro, the retro-meets-neo-retro virtual computer, just got a brand-new update—version 1.2.4! I...

Learn More 3 0Mar 13

Why Mini Micro's Screen is 960x640

New users of Mini Micro often notice very quickly that the screen resolution is fixed; if have a big...

Learn More 3 1Feb 5

Playing Animations In Mini Micro

Introduction In my previous blog, I told you how we can use sprite sheets in Mini Micro....

Learn More 2 0Aug 13

Learn by Code 1.1 Temp_Converter

Welcome to "Learn by Code"! This is the start of a brand-new series called Learn by Code,...

Learn More 2 1Mar 23

How to package a web game in Mini Micro

Introduction Micro Jam #40 was going on, as usual, one of the most adorable language...

Learn More 2 1Jun 2

How to make Main Menu

Introduction Recently, I participated in Micro Jam #40. I didn't win the jam, but I had...

Learn More 2 1Jun 11

Don't Abuse Lerp!

Many game development environments, including Unity, Godot, and Mini Micro, include a lerp function. ...

Learn More 2 0Apr 11

Learn By Code 1.2 - Using RNG

Welcome to "Learn by Code"! Welcome back fellas This is Part 2 of our amazing coding...

Learn More 2 2Apr 28

Learn By Code 1.3

Welcome to "Learn by Code"! Hey fellas, Welcome back to Learn By Code, one of the most...

Learn More 2 1Jun 22

Fathom's Edge: Progress Report #2

In my spare time, I've been working lately on a project called Fathom's Edge, a sort of roguelike RPG...

Learn More 2 2Jun 4

This new version of BASIC is Awesome!!

Intro Hey fellas, welcome back to Selfish Dev Blogs Today, we’re stepping away from the...

Learn More 2 0May 3

How to load a sprite from web

Hey Fellas! Welcome Back to Another Mini Micro Tutorial by Selfish_Dev! In my previous blogs, we...

Learn More 2 0Mar 28

Learn By Code 1.4

Introduction In today’s blog, we’re going to explore the basic concepts behind how a Pong...

Learn More 2 0Sep 4

Sound In MiniMicro

Introduction Undertale is a well-known game because of its unique mechanics, storytelling,...

Learn More 2 0Jul 22

MiniScript: Why "f = function"?

Years ago I wrote a blog post called "Why MiniScript?" It explained the reasons for creating...

Learn More 1 2Jan 26

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

API in Mini-Micro

Introduction A few days ago, I published a blog titled What is an Application Programming...

Learn More 1 1May 16

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

Why MIniscript

Hello and welcome to Code With MiniScript! In this post, we’ll explore why MiniScript was created and...

Learn More 1 4Feb 27

Top-down Controller in Mini Micro

Ever wanted to make a smooth top-down controller in Mini Micro for your next 2D game? Here is how: ...

Learn More 1 1Jul 3

Inverse Kinematics Solver using the Fabrik method

Want to learn how to implement an Inverse Kinematics(Ik) solver in Miniscript? In this post I'll...

Learn More 1 1Jun 22