MIKI
MIKI is a Matlab implementation of Niki the Robot' (a.k.a. Karel), a simple educational environment for teaching students basic principles of programming.
Niki is a small robot living in a rectangular world through which he travels using the functions 'move' and 'turn_left' or 'turn_right'. Walls can block his way which can be detected using the functions 'front_clear', 'left_clear' or 'right_clear'. Moreover, Niki has a supply of disks which he can drop to the field ('drop') and pick up again ('pick_up'). To test if he is positioned over a disk, he can use the 'over_disk' function.
Using this small set of instruction the user can let Niki solve various assignments ranging form very easy ('move to the next wall') to hard ('traverse the maze and find the hidden treasure'). Along the way, he learns basic algorithmic concepts like branching, loops, or even recursion.
Cite As
Stephan Rave (2023). MIKI (https://www.mathworks.com/matlabcentral/fileexchange/38679-miki), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Gaming > Video games >
- MATLAB > Mathematics > Graph and Network Algorithms > Shortest Path > Labyrinth problems >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Miki/
Miki/examples_de/
Miki/examples_en/
Miki/miki/
Miki/miki/miki_func_de/
Miki/miki/miki_func_en/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |