My Other Projects

The Smiley Face Challenge

The Smiley Face Challenge is a challenge in which I had to make a face from RobotC on the screen and make an animation with it. I did this by creating and erasing ellipses with a lot of trial and error so that there would be a face and it would animate.

The Motor Encoder Calculator

The Motor Encoder calculator is a program in which you plug in the values for distance and it converts it to motor encoders. But it does not do degrees-I started that but I never finished doing it.

The Math Challenge

The Math Challenge was a challenge in which you plug in two values and it divides the two values. This is done by taking two ints when the function is called and dividing the two values. Once it does that, it displays the answer on the robot's screen.

These are some of the challenges I did, and definitely the most important ones because I learnt about motor encoders, functions, and a beginning to RobotC with these challenges. These are very important because a lot of our code is centered around functions and motor encoders, and if I didn't know the basics then I would not be able to do these challenges as well as I did.