pkulev / xoinvader

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

Fix projectiles rendering #48

Closed pkulev closed 7 years ago

pkulev commented 7 years ago

Closes issue(s): [ #47 ]

Description of the changes:

render:

ingame:

ship and game: remove unused imports and settings, make Ship compound

 compound = True in class means that this class implements get_renderable_objects()
 function. This is crutch for projectile rendering, will be replaced by proper
 game object system in I hope near and bright future after alpha release.

Reviewers: [ @taptap ]

Task list:

codecov-io commented 7 years ago

Current coverage is 55.81% (diff: 7.69%)

Merging #48 into master will increase coverage by 0.43%

@@             master        #48   diff @@
==========================================
  Files            38         38          
  Lines          1730       1711    -19   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            958        955     -3   
+ Misses          772        756    -16   
  Partials          0          0          

Powered by Codecov. Last update 798592c...13e5d4c