gilbert189's avatar

@gilbert189
Beta tester

i'm gilbert_given_189 on Scratch.
Wall

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

14 1 94

Twitter for Android

0 1 0
// 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);
	}
}
0 0 0

I like Gimp

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

0 0 1

My dream is to have BASIC in BASIC

I kept losing my progress at tbgclient.User

or did I forgot to commit

1 0 0

dead chat

death by a big shot

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)

0 0 0

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 …

can hashes be used as tags

#test

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

14 1 94

* Gilbert got vaccinated.

* His DEF increases!

simon says: i can’t remember