发信人: redfox (NetAnt), 信区: BorlandDev
标 题: Delphi编写的积木游戏程序(1/3)
发信站: 哈工大紫丁香 (2000年10月26日17:22:46 星期四), 站内信件
{------------------------------------------------------}
{ }
{ Simple tetris. Written by Alexander Bikov 1997,98. }
{ This is dynamic game for Windows 95 or Windows NT. }
{ EMail: exstation@te.net.ua }
{ freeware }
{------------------------------------------------------}
program Tetris;
uses
Forms,
Tetris1 in 'TETRIS1.PAS' {Tetro1},
Tetris2 in 'Tetris2.pas' {Tetro2};
{$R *.RES}
begin
Application.CreateForm(TTetro1, Tetro1);
Application.CreateForm(TTetro2, Tetro2);
Application.Run;
end.
--
Inprise -- OOP开发环境的 Masterwork !!!
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.233.167]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:8.077毫秒