--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
A couple more suggestions:Update your version of Blockly. That will get rid of the bug where if you right-click a loop block, the variable name shows up mangled in the menu.
Delete this line of code in your XML:
<field name="VAR">i</field>
That way the loop variable will be a new letter for each loop.
On 4 May 2018 at 18:00, Neil Fraser <ro...@neil.fraser.name> wrote:
This ought to go on the carousel, or something.That's really cool! Best Blockly-based game I've seen in a long time.Not using shadow blocks? They make editing easier.
Feel free to steal the content from here for your documentation:
https://blockly-games.appspot.com/pond/docs.html?lang=en&mode=11 (blocks)
https://blockly-games.appspot.com/pond/docs.html?lang=en&mode=12 (JS)
On 4 May 2018 at 17:46, Chris Johnson <nexf...@gmail.com> wrote:
Firstly if this kind of post is not permitted then apologies. Feel free to delete.Recently I discovered Blockly and thought I'd a fantastic additional to a game I prototyped back in 2015. So I decided to update the game for the web and use Blockly with Angular.The game is called Zero Out and the goal is to create a computer program that will shift all the numbers in the grid to zero. You can write your program using the Blockly interface or directly in Javascript. There are 10 level and takes about 1-2 hours to play through.
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Neil Fraser
https://neil.fraser.name
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Blockly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/blockly/FHaHJOja9sY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blockly+unsubscribe@googlegroups.com.
This may sound surprising but I didn't even play around with the cog on the if blocks so I never realised they could be expanded. I've made the changes you suggested Neil, except for using acorn to walk the AST.@Ryan I've just setup a public repo on BitBucket with the code. I hope you find it useful.
On Thu, May 10, 2018 at 9:19 AM, <rbu...@nfbconsulting.com> wrote:
Chris,I'm working on integrating Blockly into an AngularJS application and running into some difficulties. Is this app on github by chance?Warmly,Ryan Busby
On Friday, May 4, 2018 at 5:46:07 PM UTC-7, Chris Johnson wrote:Firstly if this kind of post is not permitted then apologies. Feel free to delete.Recently I discovered Blockly and thought I'd a fantastic additional to a game I prototyped back in 2015. So I decided to update the game for the web and use Blockly with Angular.The game is called Zero Out and the goal is to create a computer program that will shift all the numbers in the grid to zero. You can write your program using the Blockly interface or directly in Javascript. There are 10 level and takes about 1-2 hours to play through.
--
You received this message because you are subscribed to a topic in the Google Groups "Blockly" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/blockly/FHaHJOja9sY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blockly+u...@googlegroups.com.