This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mendax's profile picture

Turtle Going Through A Maze

Started by Mendax, 27 February 2012 - 08:07 PM
Mendax #1
Posted 27 February 2012 - 09:07 PM
This is one of my early near-AI programs for a turtle that i put through a maze.
[media]http://www.youtube.com/watch?v=TS2hu9TSO1M&feature=channel_video_title[/media]
AlphonseAlchemy #2
Posted 02 March 2012 - 12:51 PM
Nice use of the random mouse algorithm. :unsure:/>/>
There may be a way to use tremaux's algorithm, I may tinker with that later.
Chub1337 #3
Posted 02 March 2012 - 01:20 PM
Nice use of the random mouse algorithm. :unsure:/>/>
There may be a way to use tremaux's algorithm, I may tinker with that later.

I actually am making a program on a turtlebot just now using the Trémaux's algorithm! It's coming along nicely so far B)/>/>

-Chub1337
Liraal #4
Posted 02 March 2012 - 02:18 PM
I have a code for right-hand-on-right-wall algorithm, but I'll be trying something more advanced later.