搜索资源列表
gobang
- 最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)-Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find Easy
a
- vc\c上的绘图小游戏教程,对初学者非常有用,若使用vc编程,要先按教程安装easyX(里面已包含)-vc \ c on the drawing game tutorial is very useful for beginners, if using vc programming, have to press the tutorial to install easyX (which is included)
EasyX
- 这是一个简单的俄罗斯方块C++程序,大家看看吧-This is a Tetris C++ program
saolei
- 用c编的扫雷游戏,用的easyx库-With c Minesweeper
hangman
- 用C++easyx写的吊死鬼猜单词小游戏-small game hangman
fight_landlord_0.10
- 该款游戏是基于easyx library 图形库的c语言 的开发的斗地主游戏,目前可以实现单牌的出牌功能。-The game is based on the c language easyx library graphics library Landlords game developers, can now realize the cards feature a single card.
hbq_cPP_source
- 在visual c++6.0开发环境中,easyx作为图形库插件,实现黑白棋源码,附带easyx插件-In the visual c++6.0 development environment, easyx as graphics library plug achieve Othello source, with easyx plug
litao
- 大富翁游戏,小游戏基于EASYX开发的C语言程序,编的不好的地方望指出-This is based on the monopoly game EasyX programming
tafang
- 用c++写的塔防游戏,用到了easyX的画图功能-Written by c++ tower defense game, used a drawing function easyX
GreedySnake
- 利用EasyX 和 C++写的贪吃蛇,二维数组,数组映射成图像,而蛇只是队列-C++ write and use EasyX Snake, a two-dimensional array, the array is mapped into an image and the snake just queue
YMaXun
- 用c++编写的亚马逊棋人人版,采用easyx实现可视化,可做到计时,提示,保存记录,退出游戏等功能-Amazon is all written in c++ version, use the easyx visualization, can achieve the timing, tips, keep records, withdrew the games, and other functions
TankWar-day1
- 用EasyX在控制台下画出一个坦克模型,可以移动方向,可以前进(make a tank by EasyX)
小游戏
- 躲子弹游戏 控制飞机飞行(Bullet dodge game)
五子棋
- 单人游戏无AI无联网,有一点界面,适合初学者(Single player games without AI)
消灭星星
- 随便写一款幼时小游戏消灭星星,基于C语言和easyX图形编辑库。(Write a young game to wipe out the stars, based on the C and easyX graphics editing library.)
消方块(应先解压再打开)
- 消方块游戏,基于C++ EasyX编写,如果用户在同一行或者同一列有三个方块即可消除得分(A game based on Visual C++ and EasyX library.)
dbyy-pjb(1)
- 消方块游戏,基于C++ EasyX编写,如果用户在同一行或者同一列有三个方块即可消除得分(Block game, based on C++ EasyX. If the user has three blocks in the same line or the same column, the score can be eliminated.)
snake
- c语言写的贪吃蛇游戏,未编译,需要easyX图形界面库(用户自己准备)。(Snake game written in C language, not compiled, requires easyX graphical user interface library (user prepared).)
VS2010+Easyx库_推箱子
- 电脑需下载VS和Easyx库才能运行,此程序为简易的推箱子,程序设计思路仅供参考学习,适用于C图形化编程初学者。
迷宫游戏关于C语言的实现
- 通过借用EasyX库来提供良好的人机交互,包含生成迷宫,自动寻路等功能