搜索资源列表
BROADGAME
- 在任何系统下都可以显示中文的棋类游戏,带有中文字库-in any system can show the Chinese board games, with a Chinese font
gobang
- 最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)-Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find Easy
show
- 几个c语言的小程序,包括pcx,bmp文件显示、俄罗斯方块等,-Several c language programs, including showing of pcx,bmp files, Russian square etc.
Calculation-of-the-24-games
- 计算24游戏,最终要求是输入四个一位数,通过加减乘除,允许加入括号,计算出24,显示计算过程,并提示成功信息。可以首先完成输入三个一位数,只通过加减,计算出12;再完成通过加减乘除,再完成可以加入括号-Calculation of the 24 games, the final requirement to enter the four-digit, by addition, subtraction, multiplication and division, allowed to join th
WuZiQi
- 网络五子棋源代码,小日本编的,所以显示的文字可能很怪。不过,稍有智商的朋友基本不影响使用。-Gobang network source code, a small Japanese series, so the text may be very strange show. However, some friends of IQ does not affect the basic use.
hbq
- ①要有等级功能,不同的等级游戏的难度不一样; ②要显示剩余的时间; ③要有声音,执行不同的操作出现不同的声音; ④具有〔提示〕功能,点击后游戏可以自动显示一组可以消除的牌组。-① Level functions have different Level of difficulty of the game not the same ② to display the remaining time ③ have a voice, the implementation of dif
javaDfw
- 主要是 Java大富翁戏源代码,可执行效果-Java Monopoly show source code, executable results
tetris
- c++编写的俄罗斯方块,经典使用!游戏对象(Cgame):管理游戏开始,结束,积分,难度;游戏中每个方块当前位置情况;选择新方块;删除满行。 方块对象(CGrid):管理快快的旋转,左移,右移,下移;确定当前方块在游戏中的位置;以及设置方块如何旋转旋转,左移,右移,下移的基本信息。 游戏是对象(CRusRridView):管理游戏的显示与交互。-c++, prepared by the Russian box, the classic use! Game object (Cgame)
chess
- 这个游戏很简单,只需要自定义5个小函数来实现,可以加深对数组的理解。它包含有3个头文件。 check (void) 是用来判断是否获胜, init_matrix(void) 是用来初始化每个单元, get_player_move() 是用来实现自己下棋, get_computer_move() 是用来实现电脑下棋, 而 disp_matrix() 是用来完成显示的功能 -This game is very simple, only needs
ELS-src
- 用C语言编写的俄罗斯方块游戏的源代码,可以运行。有游戏方块预览功能,方块控制功能,游戏显示更新功能,游戏速度分数更新功能,还有显示帮助功能。-Written using C language source code for Tetris game, you can run. A game preview box, box control, the game show update feature, the game speed score update feature, as well as d
myothello
- 黑白棋源码,作者为wangfei,能展现翻转棋子过程,界面漂亮。人机对弈。-Othello source, author wangfei, to show the process of turning pieces, beautiful interface. Man-machine play chess.
clsCard
- 这是一个用来生成扑克的类,我试过 还不错-Show Poker
pukepai
- 创建一副扑克,显示一副扑克,并完成洗牌等操作,依次分发给4个人并显示。-Create a poker, a poker show, and complete the shuffle and other operations, in turn distributed to four individuals and displayed.
QTchees
- QT象棋源码 #include <qapplication.h> #include "main_form.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ) MainForm w w.initializeAll() w.show() a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT(
wzq
- 上学时用BASIC编的五子棋小游戏。需要UCDOS之类的中文显示环境才能正常显示中文。-BASIC compiled by school backgammon game. The Chinese need to show UCDOS like environment can be displayed in Chinese.
XNA_Solita220899872011
- XNA 4.0 Solitaire - A complete game of klondike solitaire using XNA 4.0 & VS2010. This also include my XNA Library for making 2D games. You can drag & drop cards or right mouse click to send cards to foundation decks. High score is always recorded wh
21card
- “21点”是一个古老的扑克牌游戏,游戏规则是:各个参与者设法使自己的牌达到总分21而不超过这个数值。扑克牌的分值取他们的面值,A充当1分或者11分(由玩家自己确定选择一种分值),J、Q和K人头牌都是10分。 庄家对付1~7个玩家。在一局开始时,包括庄家在内的所有参与者都有两张牌,玩家可以看到他们的所有牌以及总分,而庄家有一张牌暂时是隐藏的。接下来,只要愿意,各个玩家都有机会再拿一张牌。如果某个玩家的总分超过了21(成为“引爆”),那么这个玩家就输了。在所有玩家都拿了额外的牌后,庄家将显示它
ReadArray
- 从磁盘读取文件中(map.txt)的二维数组并动态创建二维数组保存显示。用以游戏的贴片贴图等地方。vs2005调试运行成功。-From the disk to read the file (the map.txt) two-dimensional array and dynamically creates two-dimensional array to save the show. Patch maps and other places for the game. vs2005 debuggi
20dianyouxi
- 20点小游戏,学会它可以让你在朋友前炫耀一下。-this case is a 20-point game, learn which will allow you to show off at a friend s before
BallGame
- 运用C++语言及各种算法实现的彩色小球游戏,其中运用MFC来显示结果画面-Use the C language and a variety of algorithms to achieve the color ball game,use MFC to show the result.