TailooApp is a software you can use to control Roomba robot.
TailooApp is a simple software you can use to test the serial communication between your PC and Roomba. The software is a courtesy and it will be improved by you and me.
I just developed the first version as a kick start for hobbyists, fathers and their sons, students, curious and all people who bought Tailoo but do not have any programming skill or are in the learning process.
Programming Game, A Practice Tool for Building Intelligent Things
Mouse Run is a programming game where programmers can implement a mouse and let it run in a maze to hunt of cheese. It is a battle among programmers to test who can build the most intelligent mouse, given limited information during the game.
Programmers need only implement one code file, extending from an abstract class that will contain the logic of the individual mouse. The game Host will gather all the mouse implementation and let them run in the maze. It is real fun for...