搜索资源列表
BattleTank1.0
- 1。支持双人连线 (适用于TCP/IP, 限于局域网内连接)。 2。100%公开代码 3。双打的话,需要一位玩家先在一台电脑上建立主机, 一位玩家在另一台电脑上建立副机, 副机端玩家在输入主机玩家的ip后游戏就开始了。 4。 单打的话,在一台机器上同时建立主机和副机, 副机的ip栏里留下空白就好了。这样你可以控制主机或副机的坦克但无法同时控制。 5。具体的键盘操作,可在程序中点击“帮助”看到。 6。主机和副机在命令键入Play.bat启
twomenfight
- 双人战斗游戏代码,内有游戏规则说明,值得一看哦 -Double fighting game code, within the rules of the game that is worth looking at, oh
thegameofgo
- 双人棋游戏代码,内有游戏规则说明,值得一看哦 -double game of chess code, within the rules of the game that is worth looking at, oh
battleships
- 实现完整的通讯方式的双人对战游戏,相当经典的代码-achieve complete means of communication in a two-person war game, code rather classic
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
20031210273134
- 游戏贪吃蛇双人版程序及代码,学习编程可以适当参考。
snake
- 贪吃蛇,c代码,单双人游戏,速度选择,VC6.0平台
实现的是一单机双人对战五子棋游戏
- 本源代码实现的是一单机双人对战五子棋游戏本源代码由五个java源程序文件组成,Game.java、GameFrame.java、GamePanel.java、 ChessMan.java、Player.java
CChess
- 本程序代码为单机版五子棋游戏,可以实现单击双人对战游戏。判断胜负,但是没有设置禁手。若有下载的同志希望你来继续完成了。还有网络对战也继续完成一下吧等-This procedure code for the stand-alone Gobang Games, you can achieve double click war game. To determine the outcome, but did not set the cut hand. If so I hope you download
five2
- 经典的五子棋游戏,支持双人,人机和网络对战。采用C++代码编写。并且加入了简单的AI设计,你自己也可以扩充。-Gobang classic games, support for double, and network man-machine war. The use of C++ code to prepare. And add a simple design of the AI, you can also expand their own.
Chess
- 很厉害的代码,用java的AWT实现的一个网络五子棋游戏,可以再游戏大厅里聊天,还可以双人网络对战-The code is very powerful, using java' s AWT Gobang the realization of a network game, you can chat games hall, you can double the network against
billiards
- 基于OPGL的三维台球游戏的c++代码,能够双人游戏,有几分功能,场景视角可以根据操作变换-3D billiards game c++ code
tank
- 坦克大战游戏 纯c编写 tc编译通过 可以双人游戏 代码结构优化-Battle City Games tc pure c write game code compiler optimization can be double
TankWar
- 自己编写的坦克大战游戏,没有使用其它引擎。 玩法与经典坦克大战类似,新加一个大招。 支持双人游戏。 共设10关。 当时初学,代码规范不好,但运行效果不错。-Battle City game, I have written no other engine. Play similar to the classic Battle City, added a big strokes. Support for a double game. A total of 10 off. Beginn
GAME
- 此程序为一款小游戏代码,双人军旗游戏,vs2010环境编译,可供参考-This program is a small game code, double flag game, vs2010 compiler environment, for reference
坦克大战
- 这是一个坦克对战的游戏代码。可以支持单人模式双人模式等等。本程序仍然具有AI模块用于增进用户体验。(This program is a tankwar based on C#. It supports single player mode,double players mode and so on. This program also has AI module to improve the experience of the users.)
HTML5简易双人五子棋小游戏
- 一个用HTMl5做的简易双人五子棋小游戏,单机,代码简单,容易看懂(A simple, simple and easy to understand game with HTMl5.)
code
- μ vision平台,用C语言编写。 将txt程序烧录于单片机,设置好液晶屏。 可选择不同的游戏背景,左右手轮流按下按键,赛马即可前进一步。 可双人同时对战。(The txt program is burned on the single chip computer, and the LCD screen is set up. You can choose different game background, hand in turn press key, horse racing ca
别踩白块儿(双人版)
- 别踩白块游戏代码,可以运行,是双人版的,但是代码太老(Don't step on the white block game code, you can run it, it's a double version, but the code is too old.)
minesweeper_pvp
- 经典扫雷升级版之即时双人联机对战扫雷小游戏。在线匹配,即时对战,带聊天功能。用nodejs搭建简易的服务端,websocket实现即时通信,代码量六七百行左右,纯原创,简单注释。玩法:输入昵称进入主界面后即可开始匹配,匹配成功后由率先点击匹配的一方先手,轮流扫雷。此版本禁用了标记功能,难度增加了一些。对战同时可以与对手聊天互动。(用命令行cd到项目根目录,输入node index.js,回车即可开启服务,然后进浏览器访问http://localhost:5999)(Classic mineswe