cs360f14 / NinjaGame

GNU General Public License v2.0
0 stars 2 forks source link

Character, direction and rotate #11

Closed NicLew closed 9 years ago

NicLew commented 9 years ago

I have the direction calculations working correctly now (after a long struggle!), except that as the slope increases the speed increases and I need to fix that. Also, I don't have comments or unit tests for the new functions yet. So, you probably shouldn't merge this in yet, but I wanted to show you what I have done so far.

NicLew commented 9 years ago

There still are not comments and unit tests in place yet, but it's much less buggy than it was. So if you want to merge this code in so it's easier to test game play methods you can do that safely enough now. I'll continue working on this in the meanwhile.

TwoSeconds commented 9 years ago

Thanks for this. I'll merge this and I'll get started on the gameplay.