/lesson-robot-snake

Part of the lesson plan for EagleForce robotics team programming education sessions. This lesson teaches students how to work with collections and how to extract configuration to an external file. The premise is a game called Robot Snake where the goal was to get the robot to move through a maze to the end without hitting any walls. To start out, the commands were hard coded into the app. During the lesson we extract them out into a file so we can modify the movement dynamically without changing code.

Primary LanguageJava

Watchers

No one’s watching this repository yet.