T-52 Input gestures are a little better, refactoring some other bits should help as well

I spent most of this evening adding some new classes to add some new behavior and a few to replace some C pointer arrays and structs. I’m not against using C structs, etc, but in this case they were getting in the way of getting work done. I don’t believe the changes will introduce much of a performance hit, and they will be much easier to work with now.

I updated my input gesture handling and display to be a little more fitting for the game play, still more to do — always more to do 🙂 Hopefully I will be able to spend several hours on this project on Friday to keep up the momentum I feel.

Day T-52 Accomplishments (Thursday, February 18, 2010)

  • Added slightly better input gesture handling and display
  • Replaced some older style code to ease development