Sunday, February 19, 2012

Game progress

I have added bricks and an input component to handle touch events.  The InputComponent gets the x and y values scales them from the screen values to world coordinates and adds them to a queue.  This queue gets checked during the game loop and the Point object gets sent to the World class to be handled.

No comments:

Post a Comment