ZIM code for kids, by a game, that was my idea
so I made this possible
now kids learn computational thinking by moving image to hearts and collect 5 of them
open the panels
test my zapp here
LABIRINT of tiles, go to the position of the heart and catch 5 times
then you win the game and you can start again.
all code on zimjs.com/spells or zimjs.com/docs
but now you learn .rot() rotate, .flip() mirror
.mov(x,y) to move certain distance
to...
any ideas or bugs, let me know
greetZ Karel
note you can go sideways
and need always x,y
Until we mask the title in ZIM 018, and even when we do - would suggest moving most of that title into the first line of the window and just call the bar something like Code Commands.
Cool. I added mov(-200) and it told me it was not a command when it is.
Also, I can move sideways without rotating...
i added backing picture
yes x,y is neccessary
I added pos and loc and flip
I made it possible to add LEFT,RIGHT, TOP,BOTTOM to pos(x,y,?,?)
I also added level and the possibility to hit treetops and other objects when you click onto a player at left top.. makes the games more difficult!
you see the level number where you are playing now
LABYRINTH of tiles, go to the position of the heart and catch 5 times
then you win the game and you can start again.
all code on zimjs.com/spells or zimjs.com/docs
but now you learn .rot() rotate, .flip() mirror
.mov(x,y) to move certain distance
to...
so cool kids will be redirected to the center again when the animation hit a treetop or planet or..
can you test it out Dan
the idea comes from this file https://www.digipuzzle.net/minigames/codegrid/codegrid_images_shapes_kleuteridee.htm
Thanks to try the game