Skip to content
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

Ajout systématique d'une instruction "droite" en fin de programme InstructionsDrawG #85

Open
PLMbugz opened this issue Mar 17, 2016 · 0 comments

Comments

@PLMbugz
Copy link

PLMbugz commented Mar 17, 2016

Dans le problème InstructionsDrawG, version blockly, le buggle fait un mouvement "droite" systématiquement à la fin du programme, ce qui le fait évaluer faux même s'il est vrai. Cela a été testé en faisant un "gauche" ainsi qu'un "setDirection(nord)"
Mon programme pose le crayon, dessine le G, lève le crayon (il se retrouve pointant vers l'ouest). La fin du programme est : "droite", "avance de 2 pas", "droite", "avance", "gauche" et pourtant le buggle se retrouve pointant vers l'est. Idem si le dernier "gauche" est remplacé par "setDirection(nord)". Le programe est jugé bon si on fait pointer le buggle vers l'ouest à la fin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant