登录
首页 » Visual Basic » Fgame_src

Fgame_src

于 2005-09-14 发布 文件大小:310KB
0 98
下载积分: 1 下载次数: 0

代码说明:

说明:  我自己做的一个基于C/S模式的网络游戏。下棋的。附带服务器端和客户端全部源代码。 单机运行的话需要运行一个服务端和两个客户端,就可以自己跟自己下棋了。(I do one based on C/S mode of online games. Chess-playing. Fringe server and the client all of the source code. The stand-alone operation need to run a server and two clients, they can do it themselves by playing chess with ourselves.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • VB_fire
    说明:  这个是我3年前还在学校的时候写的第一个小游戏,虽然很简单,但是很有意思.(three years ago when the school is the first to write a little game, although very simple, but very interesting.)
    2006-01-21 11:27:01下载
    积分:1
  • box2d-chinese-tutorial
    box2d中文教程,一个物理引擎,做游戏的朋友们可以研究一下。愤怒的小鸟就是用的这个引擎。(box2d Chinese tutorial, a physics engine, games, friends can look at. Angry bird is to use this engine.)
    2011-10-05 23:10:47下载
    积分:1
  • wuziqiyouxi
    五子棋游戏,实现人工智能。单机游戏和多机游戏实现过程。(Backgammon games, achieve artificial intelligence. Single and multi-game machine game implementation process.)
    2013-12-09 19:04:44下载
    积分:1
  • tmp
    编写一个模拟人工洗牌的程序,将洗好的牌分别发给四个人。 使用结构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.)
    2011-11-30 13:15:30下载
    积分:1
  • cHitChecker_src
    说明:  游戏的算法 碰撞检测 开发环境是VC 库DIRECTX8.1(games collision detection algorithm development environment for VC DIRECTX8.1)
    2006-02-14 18:13:35下载
    积分:1
  • snake
    snake--用VC++写的游戏,按上下左右控制方向(snake with VC++ write the game, press the control up and down about the direction of)
    2008-07-10 20:51:20下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • guessNumber
    入门级第一个游戏;猜数字游戏;超级无敌巨简单的(Initial level first game; guess the number game; super invincible huge simple)
    2020-06-21 08:40:01下载
    积分:1
  • wuziqi
    该工程是一个非常完整的,优化的五子棋源代码(VC),可以帮你学习路径选择算法和vc编程.(The project is a very complete, optimized Gobang source code (VC), can help you learn the path selection algorithm and programming vc.)
    2007-11-30 15:33:37下载
    积分:1
  • GameCoding4
    这是2012年推出的第四版,提供开发顶级游戏软件的实用指南。两位资深电子游戏程序员在书中详细介绍了游戏软件开发的整个过程,尤其是游戏创作带来的独特挑战。(Welcome to Game Coding Complete, Fourth Edition, the newest edition of the essential, hands-on guide to developing commercial-quality games. Written by two veteran game programmers, the book examines the entire game development process and all the unique challenges associated with creating a game. In this excellent introduction to game architecture, you ll explore all the major subsystems of modern game engines and learn professional techniques used in actual games, as well as Teapot Wars, a game created specifically for this book. This updated fourth edition uses the latest versions of DirectX and Visual Studio, and it includes expanded chapter coverage of game actors, AI, shader programming, LUA scripting, the C# editor, and other important updates to every chapter. All the code and examples presented have been tested and used in commercial video games, and the book is full of invaluable best practices, professional tips and tricks, and cautionary advice.)
    2013-04-05 11:45:17下载
    积分:1
  • 696518资源总数
  • 104612会员总数
  • 24今日下载