Open toolness opened 9 years ago
- Kids asked for more mechanics like ability to fight between sprites (collision detection) and a trivia game or the ability to adding words / sentences for winning/ loosing conditions
I actually added words in 5cc83a674161554d51409cf7c3d152ccc2d45186! (Which was done after the game jam event, sadly.) It's super simple right now, games just have a concept of "main text" which is always at a fixed font/size and centered in the middle of the screen. It can only be set via a blockly block called "set main text to" which takes text as an input value, but it allows for lots of interesting possibilities. That said, trivia games won't really be possible with it, I don't think.
Here is a super simple example of it: http://games.minica.de/emzwelvf
And this is the game's blockly source:
(Note also that this game also uses math, yay!)
@chloeatplay did playtesting for Minicade/MMM at the movable game jam on December 6!
Here are her findings, which we should turn into issues--some of which should actually be filed in minicade: