随笔分类 -  游戏开发

单机五子棋
摘要://必须在ImageList控件里加入空白棋子的两幅高和宽都为20的图片.using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace WindowsApplication2{ ... 阅读全文
posted @ 2008-10-23 11:06 踏燕归来 阅读(1137) 评论(0) 推荐(1)
97年世界编程大赛一等奖作品代码
摘要:把下面代码复制下来存为文本文档,命名为97。在DOS下,切换到97所在目录下输入“debug <97.txt”。运行后自动生成一个可执行文件,进去是一个3D游戏的旋转界面,还有一段美妙的音乐!e100 33 f6 bf 0 20 b5 10 f3 a5 8c c8 5 0 2 50 68 13 1 cb e 1f be a1 1 bf 0 1 e11b 6 57 b8... 阅读全文
posted @ 2008-10-21 12:02 踏燕归来 阅读(2102) 评论(0) 推荐(0)