Skip to content

Instantly share code, notes, and snippets.

@sebfisch
Last active December 14, 2015 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebfisch/5142796 to your computer and use it in GitHub Desktop.
Save sebfisch/5142796 to your computer and use it in GitHub Desktop.
Hilfsprogramm zur Vereinfachung und Erweiterung von Ruby Kara: http://www.swisseduc.ch/informatik/karatojava/rubykara/
Die RubyKara Erweiterung aus Kiel gibt es jetzt hier: https://github.com/sebfisch/rubykara-kiel
@sebfisch
Copy link
Author

This allows to write commands as move or putLeaf instead of kara.move or kara.putLeaf which is especially useful when defining custom operations where the local variable kara is not visible.

@sebfisch
Copy link
Author

The new version adds new operations to look for leafs which are useful to implement backtracking search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment