ProgrammaBol / wiggler

Slither intends to be the joining link between scratch programming and textual progamming (python)
GNU General Public License v3.0
4 stars 1 forks source link

Add events framework for the engine #63

Closed gabrielepanda closed 7 years ago

gabrielepanda commented 7 years ago

all sprites have now a private event queue filled by the eventqueue dispatcher with the list of subscribed events. Dispatcher is able to post custom events with custom data in the queue, for generic message passing among sprites A basic method is provided for sprite class, but should be overridden

closes #61