erfanian / AsciiFree

A python remake of SkiFree in ascii.
0 stars 1 forks source link

EventsManager basic implementation #6

Closed ccorn90 closed 11 years ago

ccorn90 commented 11 years ago

Define and meet spec in naive way. Plays nice with other components.

erfanian commented 11 years ago

Is this the basic wrapper object we were talking about for inputEngine @ccorn90 ?

ccorn90 commented 11 years ago

Exactly! It'll be really clean to make it a subclass of threading.Thread and override the run() method to do actions similar to the getInput() method. I really like what you've got so far.

erfanian commented 11 years ago

@ccorn90 you should sign off on d36c059, I'm the new guy here.