@gilbert189

i'm gilbert_given_189 on Scratch.

Question

Why is there a flask next to my username?

Stats for nerds

Joined 3 years ago
Posts 1479
Followers 60 [>]
Following 11 [>]

the butter building

YouTube video
gilbert189 @gilbert189 📌

Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)

I’ll start with: “I found this website.“

Oct 28, 2021, 8:40 AM
91
gilbert189 @gilbert189
// BABA IS JAVA
public BabaIsYou extends Map implements Level
{
	Board board;
	BabaObject baba;
	BabaObject wall;
	BabaObject rock;
	BabaObject flag;
	BabaObject tile; // decoration, no rules
	BabaIsYou()
	{
		// this is cutscene accurate
		board.setOrigin(Board.CENTER);
		
		// assemble objects
		baba = new BabaObject("BABA");
		board.assemble.put(baba, -4, 0);
		wall = new BabaObject("WALL");
		board.assemble.line(wall, -5, 2, 5, 2);
		board.assemble.line(wall, -5, -2, 5, -2);
		rock = new BabaObject("ROCK");
		board.assemble.line(wall, 0, 1, 0, -2);
		flag = new BabaObject("FLAG");
		board.assemble.put(flag, 4, 0);
		
		// add rules
		board.rules.add(Rule(wall, Operator.IS, Property.STOP), -5, -4);
		board.rules.add(Rule(flag, Operator.IS, Property.WIN), 5, 4);
		board.rules.add(Rule(rock, Operator.IS, Property.PUSH), 5, -4);
		board.rules.add(Rule(baba, Operator.IS, Property.YOU), -5, 4); // !!!

		tile = new BabaObject("TILE");
		board.assemble.fillEmpty(tile, -5, -1, 5, -1);
	}
}
Nov 7, 2021, 3:45 PM
0
gilbert189 @gilbert189

you have vastly changed the rules of the universe that it dissolves on compliance with its modified rules

i wonder what game that summary comes from

Nov 6, 2021, 1:54 PM
1
gilbert189 @gilbert189

My dream is to have BASIC in BASIC

Nov 6, 2021, 12:22 AM
0
gilbert189 @gilbert189

I kept losing my progress at tbgclient.User

or did I forgot to commit

Nov 5, 2021, 1:22 AM
0
gilbert189 @gilbert189

death by a big shot

Oct 30, 2021, 8:04 AM
0
gilbert189 @gilbert189

currently translating Scratch 2 to Emoji

unfortunately I’m on Ubuntu so I can’t test it

(now that I think about it I’ll translate Scratch 1.4 as well)

Oct 29, 2021, 7:16 AM
0
gilbert189 @gilbert189

Developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers …

Oct 29, 2021, 1:51 AM
0
gilbert189 @gilbert189

can hashes be used as tags

#test

Oct 28, 2021, 1:26 PM
1
gilbert189 @gilbert189 📌

Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)

I’ll start with: “I found this website.“

Oct 28, 2021, 8:40 AM
91
gilbert189 @gilbert189

* Gilbert got vaccinated.

* His DEF increases!

Oct 28, 2021, 5:58 AM
0
gilbert189 @gilbert189

simon says: i can’t remember

Oct 28, 2021, 1:20 AM
0