T
Jul 29, 2025Timer for MiniScript
If you try to write a game for Mini Micro, you'll eventually find the need to write timer code....
Jul 29, 20253 min read1 reactions0 comments
Tag archive
If you try to write a game for Mini Micro, you'll eventually find the need to write timer code....
Sometimes the lack of threads in MiniScript makes programmers wonder how to do multiple things. The...
I tested a Mini Micro video game currently being developed for a game jam. A TextDisplay was being...
Given that MiniScript is a very minimalistic scripting language, it purposely lacks an Enum type. Its...