source: libcaca/trunk/TODO @ 55

Last change on this file since 55 was 55, checked in by Sam Hocevar, 20 years ago
  • cosmetic change: reworked draw_tunnel.
File size: 756 bytes
RevLine 
[27]1Things to do
2
3 * let the ship pick up bonuses
4
5 * handle life
6
7 * alien swarms, programmed behaviour
8
9 * sprite library
10
[49]11 DONE 23 Dec 2002: mega ball
[27]12
13 * spiral weapon (vertical sine)
14
[49]15 DONE 23 Dec 2002: fragmentation bomb (merge with mega-ball?)
[27]16
[31]17 * stick aliens to tunnel
18
[27]19 * change tunnel colour
20
[55]21 DONE Dec 23 2002: fill holes in the tunnel when |step| > 2
[27]22
[31]23 DONE Dec 18 2002: draw a 3rd alien type
[27]24
25 * draw bosses
26
27 * port to conio.h
28
29 * clip graphics
30
31 * promote precision for all coordinates except screen
32
[49]33 DONE Dec 19 2002: tunnel sometimes doesn't get drawn on the left
[27]34
35 * write a generic drawing library with automatic clipping
36
37 * write a linux console output for the drawing library
38
39 * animate the ship
40
[49]41 * the nuke should break the tunnel
42
Note: See TracBrowser for help on using the repository browser.