* Changed some comments

This commit is contained in:
marco 2000-01-14 22:03:07 +00:00
parent 54ff867462
commit f992828ffa

View File

@ -20,12 +20,13 @@
PROGRAM FPCTris; PROGRAM FPCTris;
{ Trying to make a tetris from zero as a demo for FPC. { Trying to make a tetris from zero as a demo for FPC.
Problems: - Colorsupport is a hack which handicaps creating a better Problems: - Colorsupport is a hack which handicaps creating a better
update mechanism. update mechanism. (is done now)
- Graph version input command has no cursor. - Graph version input command has no cursor.
- Graph or text is decided runtime. - Graph or text isn't decided runtime, but compilertime.
- Linux status graph version unknown at this moment. - Linux status graph version unknown at this moment.
- CVS source gameunit was used. Dunno how big the changes to - Graphic and textmode speed of the game is not the same.
gameunit to accomodate the new games. The delay is fixed, and the time required to update is
not constant due to optimisations.
Coordinate system: Coordinate system:
@ -811,7 +812,10 @@ END.
{ {
$Log$ $Log$
Revision 1.3 1999-12-31 17:03:50 marco Revision 1.4 2000-01-14 22:03:07 marco
* Changed some comments
Revision 1.3 1999/12/31 17:03:50 marco
Graphical version +2fixes Graphical version +2fixes