At the end of this week, my teacher finally gave the class instructions to complete our first python project. Unlike in the typical lab, I have to create a fully functional program from scratch. On top of that, the final product must resemble something similar to the hit "angry birds" series of games. though it won't be nearly as involved as a true copy of angry birds, it still includes an amount of physics and graphics that need to be incorporated into the program, which should present a decent challenge. So, with my eye on the prize, I started working on the first step of the project, which was supposed to calculate the velocity of a bird given a height and trajectory. My teacher gave us an equation that showed the relationship between these three variables, but it wasn't an equation that simply returns the velocity. Realizing this, I tried to use a little algebra in order to fix this, but when I ran the program, it return an ugly negative velocity. I tried looking over it, but nothing worked.
So, as a request to my teacher, please help us!
- zk : out