-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let users choose generator language on Turtle game #111
Comments
This is the same feature request as #107. Both requests are for Blockly Games to allow for a different language to be shown when a user completes a level. It would be inconsistent with the rest of Blockly Games to only implement this on Turtle, so this would be across all apps. We do not currently have plans of supporting this, but you are welcome to implement on a fork. |
Actually, Python support is almost complete (all games except Pond running). Reopening. |
Hi there, I would like to use the blockly games but with the code generated in Python, how can I do that please ? Thanks a lot |
I would like to see Python output when the user completes the challenge on Turtle game. At the moment the message is: "Congratulations! You solved this level with 4 lines of JavaScript:" and the code is generated in JavaScript only. Users can choose UI language (English, Portuguese etc), but not generator programming language.
This is not related to bug (#107), block language do not need to change.
I am proposing a second UI selector or GET parameter that would let the user to choose one of the other generator languages available from Blockly library (Python, PHP, Lua, or Dart). See: https://developers.google.com/blockly/guides/configure/web/code-generators.
I would love to see this change on https://blockly-games.appspot.com/turtle, so I don't need to host the game myself.
The text was updated successfully, but these errors were encountered: