搜索资源列表
russian_game
- 俄罗斯方块,简单,实现基本功能 采用VISUAL stdio 6
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]
fangk
- 采用vusial stdio 2005写的一个俄罗斯方块小游戏,界面简介,功能齐全,完全符合游戏的要求-Using vusial stdio 2005 wrote a Tetris game, interface profiles, full-featured, full compliance with the requirements of the game
123
- 猜单词,由系统给出单词,然后由游戏者猜出-guessword #include<stdio.h>
wuziqi
- 五子棋能够在visual stdio里运行出界面,并且在界面上可以进行五子棋游戏。-Gobang able to run out of visual stdio interface and the interface can be backgammon game.
game2
- 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
SuperMushrooms
- 本程序基于visual stdio 2010开发环境,开发出类似超级玛丽的建议游戏,希望通过代码分享来促进学习交流-The program is based on visual stdio 2010 development environment to develop a proposal similar to Super Mario game, I hope to promote learning through the exchange of code-sharing
pushpin
- 在属性页的左边加入一个图钉按纽,熟悉Microsoft Developer Stdio的朋友一定很熟悉,里面的一些代码是可以用的,不多介绍了。-Test.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the R
shoot-game
- 一个给予coocs2dx的射击类游戏,visual stdio 环境,c++,适合游戏开发学习使用-One shoot game write by c++ in the environment of visual stdio 2010 using C++.
gobang
- C语言写的一个简易的五子棋游戏,注释详尽,支持人机、人人对战,visual stdio 2008上编译通过-C language to write a simple game of backgammon, detailed notes, support for human-computer, everyone Battle, visual stdio 2008 compiled by