if lua == C
then
print(yes)
end
i'm gilbert_given_189 on Scratch.
if lua == C
then
print(yes)
end
What got you into programming a programming language?
Appel + NEAT = https://turbowarp.org/468952281/
beep beep
β765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765yg765ygβ
recycle chain
wonder if some fish will react on this
nintendo 3ds image share
Iβm training an AI to play Bad Apple!!
when I donβt do python I thought I have to install pip packages in IDLE
only for python to scream this on my console
File "<stdin>", line 1
pip install tensorflow
^
SyntaxError: invalid syntax
>>>
recycle chain
wonder if some fish will react on this
nintendo 3ds image share
Twitter for Android
// 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);
}
}
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
My dream is to have BASIC in BASIC