Articles by Tag #miniscript

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

Code Review #1

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

Learn More 6 1Apr 30

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

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

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 0Mar 8

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

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

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 3 0Oct 16 '24

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

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

Best New Mini Micro Games

The MiniScript community has been really growing lately, in part due to our partnership with...

Learn More 2 1Aug 27 '24

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

The Making of Solitaire for Mini Micro

Over the weekend I got the urge to create a Solitaire card game for Mini Micro. I completed it...

Learn More 2 1Jul 10 '24

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

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.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

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

Make a digital clock in Mini Micro

Today let's do a little project in Mini Micro that makes an old-school digital clock. This will...

Learn More 2 0Jul 3 '24

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

if locals == globals

In MiniScript, as in some other languages, it is common to write a file that's intended to be...

Learn More 1 0Jul 24 '24

Hexes and bricks in Mini Micro

The Mini Micro TileDisplay supports a couple of properties whose purpose may not seem immediately...

Learn More 1 0Mar 30

Fathom's Edge: Progress Report #1

I've been on vacation this week, doing some traveling with my spouse, who's attending a conference in...

Learn More 1 0May 8

API in Mini-Micro

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

Learn More 1 1May 16

Platformer Controller

Introduction Micro Jam #41 is happening once again. This time the theme is Platformer....

Learn More 1 0Jun 9

Jamlog 1: Micro Jam 40

Introduction 🎥 BTW, here’s a video version if you’re lazy to read: Making A Game With...

Learn More 1 0Jun 26

DevLog #1: Cat O'Nine Tales

Table Of Contents Overview What is Mini-Micro? What's Next? Logs: ➡️ Late in 2023,...

Learn More 1 2May 1

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

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