pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Implement enemy waves #50

Closed alex-eg closed 7 years ago

alex-eg commented 7 years ago

This component should be a thin wrapper around enemy ships list with attached animations. It should call InGame state's add_object methods at appropriate times and add enemies with appropriate animations.

alex-eg commented 7 years ago

8ada9b6