Joined August 2010
42 Photos and videos
Luminary Apps retweeted
Did you know that some blocks are programmable in Linkito's create mode? It uses the small but powerful #miniscript ! So you can create anything you want in the game with this script ! Great free scripting langage by @JoeStrout 🥰 #gamedev #indiedev #indiegamedev #indiegame #madewithunity #game #gaming #puzzle
6
13
541
#miniscript posts are now on Mastodon! Follow us @noc.social@miniscript !
1
Oops... I think that's supposed to be @miniscript@noc.social . This will take a little getting used to. 😅
Write MiniScript code for fun and profit with our new grant and sponsorship opportunities! miniscript.org/earn.html

import"tc" cls r=0; ir=0 b = new Bounds; b.x = 480; b.y=320 while 1 flip; yield gfx.clear r = r - 2; ir=ir 0.01 for i in range(1,100,2) b.width = i*7 b.height = i*5 b.rotation = r i*ir gfx.drawPoly b.corners, rgb(i*2,200-i*2,i), 2 end for end while
1
Luminary Apps retweeted
20 May 2021
1
2
4
Luminary Apps retweeted
1
1
2
Here's a simple guessing game! How many tries do you need to guess a number from 1 to 100? The whole program fits in a tweet (see reply). #miniscript #minimicro #tweetcode miniscript.org/tryit/99dFD79…

1
1
3
n=ceil(100*rnd) g=0 c=0 while n!=g g=input("Your guess?").val if n < g then print "Lower!" if n > g then print "Higher" c = c 1 end while print "You got it in " c " tries!"
3
A classic #miniscript #minimicro #tweetcode to start off our first semi-annual tweetcode event!
1
1
import"tc";d=0;h=96;a=0;v=2;w=33 while 1;g.scale=5;rnd(0);n=t/4;a=abs(d)*d;h=h a/40;d=d-1 if h<32 then d=20 w=w v;v=v-2*v*(w>161 or w<32) for k in range(999) i=(rnd n)*τ;j=rnd*π;y=h sin(i)*32*sin(j);x=w cos(j)*32 g.setPixel x,y,pal[10 6*(cos(i)<0)] end for flc;end while
1