搜索资源列表
wuziqi
- 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
GraphicsTutorial
- Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
sudoku1
- 一款十分容易上手的數獨遊戲 使用了 conio.h 函式庫-The Sudoku game uses a very easy to use conio.h library
eluosifangkuai
- 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
popstar
- 消灭星星的控制台版本,在C4droid下编译成功(使用conio.h),使用了深度搜索的回溯算法.-Elimination of the console version of the stars, in C4droid compiled successfully (use conio.h), the use of backtracking algorithm depth search.
chess
- 中国象棋的控制台版本,在C4droid下编译成功(使用conio.h).参考《中国象棋程序入门与提高》-蒋鹏等著.-Console version of Chinese chess, in C4droid compiled successfully (using conio.h) References Chinese chess program entry and improve. - By Jiang Peng etc.
migong
- 自动生成迷宫的小程序,在C4droid下编译成功(使用conio.h).-Automatically generated maze of small programs, in C4droid compiled successfully (use conio.h).
main.c
- 新手入门级 简单扫雷小游戏for mac 无需conio.h(Simple Minesweeper for Mac)