50 likes | 134 Vues
Design a web project where a robot must find and collide with a color cone in a room. Earn extra credit if the robot stops upon impact. All projects must be completed by May 21st with demonstrations on May 22nd. Ensure your code includes three functions and detailed comments. Can your robot recover if thrown off course?
E N D
Final Project Web Design
Final Project • You will be assigned a color of cone to find. • Your robot will be placed in a room with the cone. • Your robot will need to find the cone in the room and run into it. • Extra credit if your robot stops when it hits the cone. • Final Projects must be completed by the end of class on Wednesday May 21st!Project demonstrations will on May 22nd. • Note: May 23rd is Prom, Senior finals are May 27th and May 28th. I must put in Senior grades at the end of the day on the 28th.
Requirements • You program must have at least 3 functions: • Find the cone. • Move to the cone. • Main function to control it all. • Everyone must work on some part of the project. At the end of the project each team member must submit a paragraph explaining their contribution to the program to get any credit.
Requirements • Comments! Each process must be commented as to its function and purpose. • Extra Credit if your robot can recover form bring thrown off course (i.e. can it find the cone again?)