资源列表
chaosumajiang
- 一款简单的麻将游戏,包含基本的功能和算法,其他没什么可说的了-A simple mahjong game that contains the basic functions and algorithms, the other nothing to say
网狐蓝色经典前台
- 经典版前台网页,二次开发的商业版本,不是那种到开源版本。是运营过的官方网站
201361717401493
- 手机游戏德州扑克源码,包括服务器代码+安卓代码+IOS源码 不是个人开发的,公司开发的,已经运营上线。-Mobile phone game Texas Hold em poker source code, including the server code+ Andrews code+ IOS source code, has been operating on-line.
stdamazon
- 基于C++的亚马逊棋程序,在windows7下采用Visual Studio 2013开发。-A C++ based computer game program, developed with visual Studio 2013.
15数码程序
- 基于A*搜寻算法求解十五数码问题。程序已经预先初始化了一个十五数码棋盘。(Solving 15 digital problems based on A* search algorithm.The program has already pre initialized a fifteen digital chessboard.)
中国象棋vc源代码
- 中国象棋源码,包含自动下棋算法,高级功能可配置(Chinese chess source code, including automatic chess algorithm, advanced function can be configured)
AhpilyServer
- 一个c#编写的c/s框架的游戏服务器。可以用作棋牌类游戏开发。包含心跳检测,断线重连 等实用功能。(A game server for the c/s framework written by c#. It can be used for the development of chess and card games. It includes heartbeat detection, broken wire reconnection and other practical functions.)
html游戏
- 《消消乐》是一款目前流行的休闲益智三消游戏,这款游戏在 7 × 7格子的游戏池中进行。每个格子中有一个英雄头像。鼠标连续选中两个方块,它们的位置会互换,互换后如果横排或竖排有 3 个以上相同的方块,则可以消去该方块,并得分。(Eliminate 3 or more adjacent squares)
奔驰宝马
- 奔驰宝马游戏,棋牌类型的,易语言编程,意不意外(benchibaomayiyuyanbianchengkaifadajiayiwaima)
HTML5-Gomoku
- h5五子棋人机,人人对战的实现。以及游戏的AI实现(H5 Gobang human-computer, everyone's realization of the war. And the AI implementation of the game)
chinesechess
- 主要利用Alpha-Beta剪枝算法进行搜索,并在此基础上加入置换表,并克服重复搜索局面,功能相对完善。(We mainly use the Alpha-Beta pruning algorithm to search, and add replacement tables on this basis, and overcome the repeated search situation, and the functions are relatively perfect.)
弹球游戏
- 一款弹球游戏,比较经典。 采用MFC框架式编程,结构清晰,便于阅读。