C语言编写的数独猜谜游戏

#include <stdio.h>#include <stdlib.h>#include <time.h>#include <conio.h> #define ESC 0x011b#define DEL 0x5300#define UP 0x4800#define DOWN 0x5000#define LEFT 0x4b00#define RIGHT 0x4d00 int f_Open(){ int n; textcolor(YELLOW); gotoxy(2,2); cprintf("The Rules Of The Game:\n...
程序源码 | 2011-05-31 23:53 | 阅读 1910 次 | 评论 17 条
浏览1910次
文章归档