pkulev / xoinvader

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

Implement simple object destruction #52

Closed pkulev closed 6 years ago

pkulev commented 7 years ago

Abstract

Enemies and player must process situation with hp <= 0. At now simple deletion of object or showing Game Over is enough.

Design

Implementation details