25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
655 B

  1. Things to do
  2. * let the ship pick up bonuses
  3. * handle life
  4. * alien swarms, programmed behaviour
  5. * sprite library
  6. * mega ball
  7. * spiral weapon (vertical sine)
  8. * fragmentation bomb (merge with mega-ball?)
  9. * stick aliens to tunnel
  10. * change tunnel colour
  11. * fill holes in the tunnel when |step| > 2
  12. DONE Dec 18 2002: draw a 3rd alien type
  13. * draw bosses
  14. * port to conio.h
  15. * clip graphics
  16. * promote precision for all coordinates except screen
  17. * tunnel sometimes doesn't get drawn on the left
  18. * write a generic drawing library with automatic clipping
  19. * write a linux console output for the drawing library
  20. * animate the ship