Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rocketTim

Pages: [1]
1
TI-BASIC / Re: basic clock program for any ti caclulator
« on: January 31, 2014, 10:07:39 am »
In the past, I've programmed a clock using a sort of conversion rate to make the time graph hands on the graphing area using a line, with the x and y coordinates of the end of the hands being the cos(x) and sin(x) respectively. The entire clock is based on the unit circle.

2
Other Calculators / Re: Flappy Bird - ClrDraw
« on: January 31, 2014, 09:54:37 am »
I tried to program this the other day in calculus class - did a cursory Google search and was so surprised that someone pulled this off! I am now a big fan of your work. As an aspiring TI programmer, may I ask how you did this? My method of drawing lines and making them move across the screen did not go that well. Too slow, and difficult to make the bird fly across the screen simultaneously

Pages: [1]