▍1. wuziqi
实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program )
实现五子棋的功能,且是一个比较简单移动的程序(Realize the function of renju, and is a relatively simple mobile program )
使用VC++编写的,RPG游戏学习例子,简单演示了,地图上2个NPC(或主角人物)相互跑动的过程(Using VC++ written in RPG games learning example, a simple demo on the map two NPC (or protagonist) running each other)
VC俄罗斯方块源代码,很好玩的哦,这可是我辛苦找来的(Tetris VC source code, very good Oh, this is my hard to find)
this is small othello game. you can see the source and everything pls download it and learn
弹球游戏,利用滑块移动碰撞弹球,使探球弹起碰撞商贩的滑块来赢得分数。(a game of ball ,ball and slider game,you can move the slider to collide the ball ,ball can move also to collide sliders where above the first slider.)
socket实现象棋游戏联网,程序中iP和port已指定,运行时根据自己的ip改下就行(chinese chess)
一个自己写的五子棋程序。包括人机和双人对战。(Renju program. Including the man-machine and two against.)
这个包括头文件,以及具体的实现函数(This is a chess game, three sons and a chess game, I hope you all like.)
经典的俄罗斯方块游戏,华丽的界面,可以直接运行,各种代码注释。供各位学习使用(Classic Russian square game )
20点小游戏,学会它可以让你在朋友前炫耀一下。(this case is a 20-point game, learn which will allow you to show off at a friend s before)
说明: 名为“打星星”的原创游戏小程序,假期计算机实习的小学期作业。(a game c++ program)
Creating Games en c++ step by step
《Visual C++游戏开发经典案例详解》书中的源代码,希望对大家有一些帮助!(" Visual C++ game development classic cases." book of the source code, we hope to have some help! )
用MFC编写的拼图游戏,可以在VC++6.0环境下编译成功(Written with MFC jigsaw puzzle, can be in vc++ 6.0 compiled under the environment of success)
赛车游戏 基于vc++的游戏设计 实现赛车游戏(car games)
用VC++设计的一个走迷宫的小游戏,界面显示,用键盘控制人物走动(Designed with a maze of VC Games,Interface display, using the keyboard to control the characters move)
编写一个模拟人工洗牌的程序,将洗好的牌分别发给四个人。 使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。(Write a simulation program manual shuffle, the cards were sent to wash a good four. Card use to describe the structure of a card, with the random function to simulate the manual process of shuffling, and finally wash the good order of 52 cards were issued to four people. Cards for each person according to the rules of bridge output. That is, a person' s license have to press the card suit (in order of clubs, diamonds, hearts and spades) classification, the same type of licenses to press A, K, Q, J, ..., 3,2 card the size of the order. The other four licensing the order should be distributed.)