Monday, March 19, 2012

Making sense

Today's effort was two fold:
  1. Moved functions which should execute only onee per thread into their own class; function such as the ones to get current time (we don't want different objects on screen to think the time is different, even by millisecond) - it can only lead to confusion
  2. Added 'bullets'.  As the main object moves, by clicking anywhere else on screen fires off a bullet.
No picture today, but making an effort to have it checked in, as now the project is getting more complex.

No comments:

Post a Comment