登录
首页 » JavaScript » 游戏 五子棋

游戏 五子棋

于 2020-06-19 发布
0 205
下载积分: 1 下载次数: 2

代码说明:

说明:  遊戲 五子棋 先执行 npm install 安装依赖。然后有如下命令可用: npm test 运行单元测试 npm run js 编译JS npm run less 编译less npm run watch 进入watch模式 自动编译文件(Game Gobang Execute NPM install installation dependencies first. Then there are the following commands available: NPM test runs unit tests NPM run JS compiles JS NPM run less compiled less NPM run watch enters watch mode to compile files automatically)

文件列表:

gobang-master, 0 , 2019-02-26
gobang-master\.eslintignore, 8 , 2019-02-26
gobang-master\.gitignore, 214 , 2019-02-26
gobang-master\README.md, 1598 , 2019-02-26
gobang-master\babel.config.js, 52 , 2019-02-26
gobang-master\images, 0 , 2019-02-26
gobang-master\images\ss.png, 1660835 , 2019-02-26
gobang-master\package-lock.json, 554729 , 2019-02-26
gobang-master\package.json, 1494 , 2019-02-26
gobang-master\public, 0 , 2019-02-26
gobang-master\public\favicon.ico, 1150 , 2019-02-26
gobang-master\public\img, 0 , 2019-02-26
gobang-master\public\img\haha.gif, 443900 , 2019-02-26
gobang-master\public\img\icons, 0 , 2019-02-26
gobang-master\public\img\icons\android-chrome-192x192.png, 9416 , 2019-02-26
gobang-master\public\img\icons\android-chrome-512x512.png, 29808 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon-120x120.png, 3369 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon-152x152.png, 4046 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon-180x180.png, 4678 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon-60x60.png, 1491 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon-76x76.png, 1823 , 2019-02-26
gobang-master\public\img\icons\apple-touch-icon.png, 4678 , 2019-02-26
gobang-master\public\img\icons\favicon-16x16.png, 799 , 2019-02-26
gobang-master\public\img\icons\favicon-32x32.png, 1271 , 2019-02-26
gobang-master\public\img\icons\msapplication-icon-144x144.png, 1169 , 2019-02-26
gobang-master\public\img\icons\mstile-150x150.png, 4282 , 2019-02-26
gobang-master\public\img\icons\safari-pinned-tab.svg, 10608 , 2019-02-26
gobang-master\public\img\sad.gif, 496308 , 2019-02-26
gobang-master\public\index.html, 653 , 2019-02-26
gobang-master\public\manifest.json, 428 , 2019-02-26
gobang-master\src, 0 , 2019-02-26
gobang-master\src\App.vue, 1958 , 2019-02-26
gobang-master\src\ai, 0 , 2019-02-26
gobang-master\src\ai\ai.js, 1123 , 2019-02-26
gobang-master\src\ai\arrary.js, 215 , 2019-02-26
gobang-master\src\ai\board.js, 15665 , 2019-02-26
gobang-master\src\ai\bridge.js, 1009 , 2019-02-26
gobang-master\src\ai\config.js, 1014 , 2019-02-26
gobang-master\src\ai\debug.js, 38 , 2019-02-26
gobang-master\src\ai\evaluate-point.js, 8715 , 2019-02-26
gobang-master\src\ai\math.js, 1645 , 2019-02-26
gobang-master\src\ai\messages.js, 2588 , 2019-02-26
gobang-master\src\ai\negamax.js, 12152 , 2019-02-26
gobang-master\src\ai\open26.js, 3993 , 2019-02-26
gobang-master\src\ai\opening.js, 1304 , 2019-02-26
gobang-master\src\ai\protocol.js, 919 , 2019-02-26
gobang-master\src\ai\role.js, 107 , 2019-02-26
gobang-master\src\ai\score.js, 590 , 2019-02-26
gobang-master\src\ai\statistic.js, 548 , 2019-02-26
gobang-master\src\ai\vcx.js, 8014 , 2019-02-26
gobang-master\src\ai\win.js, 2385 , 2019-02-26
gobang-master\src\ai\zobrist.js, 731 , 2019-02-26
gobang-master\src\assets, 0 , 2019-02-26
gobang-master\src\assets\board.jpg, 48056 , 2019-02-26
gobang-master\src\assets\logo.png, 6849 , 2019-02-26
gobang-master\src\components, 0 , 2019-02-26
gobang-master\src\components\BigText.vue, 868 , 2019-02-26
gobang-master\src\components\Board.vue, 3539 , 2019-02-26
gobang-master\src\components\Dialog.vue, 951 , 2019-02-26
gobang-master\src\components\Popover.vue, 832 , 2019-02-26
gobang-master\src\components\Settings.vue, 3484 , 2019-02-26
gobang-master\src\i18n, 0 , 2019-02-26
gobang-master\src\i18n\index.js, 2184 , 2019-02-26
gobang-master\src\main.js, 360 , 2019-02-26
gobang-master\src\registerServiceWorker.js, 742 , 2019-02-26
gobang-master\src\reset.scss, 863 , 2019-02-26
gobang-master\src\router.js, 597 , 2019-02-26
gobang-master\src\status.js, 268 , 2019-02-26
gobang-master\src\store, 0 , 2019-02-26
gobang-master\src\store\index.js, 294 , 2019-02-26
gobang-master\src\store\modules, 0 , 2019-02-26
gobang-master\src\store\modules\board.js, 3007 , 2019-02-26
gobang-master\src\store\modules\home.js, 1612 , 2019-02-26
gobang-master\src\store\mutations.js, 516 , 2019-02-26
gobang-master\src\variables.scss, 25 , 2019-02-26
gobang-master\src\views, 0 , 2019-02-26
gobang-master\src\views\About.vue, 1881 , 2019-02-26
gobang-master\src\views\Change.vue, 1265 , 2019-02-26
gobang-master\src\views\Home.vue, 3228 , 2019-02-26
gobang-master\src\views\Settings.vue, 188 , 2019-02-26
gobang-master\src\views\home.js, 6745 , 2019-02-26
gobang-master\tests, 0 , 2019-02-26
gobang-master\tests\unit, 0 , 2019-02-26
gobang-master\tests\unit\.eslintrc.js, 112 , 2019-02-26
gobang-master\tests\unit\AI.back.spec.js, 1297 , 2019-02-26
gobang-master\tests\unit\AI.bug.spec.js, 1251 , 2019-02-26
gobang-master\tests\unit\AI.edge.spec.js, 1210 , 2019-02-26
gobang-master\tests\unit\AI.evaluate.time.spec.js, 1139 , 2019-02-26
gobang-master\tests\unit\AI.gen.spec.js, 1318 , 2019-02-26
gobang-master\tests\unit\AI.gen.time.spec.js, 1322 , 2019-02-26
gobang-master\tests\unit\AI.opening.spec.js, 1107 , 2019-02-26
gobang-master\tests\unit\AI.star.spec.js, 4308 , 2019-02-26
gobang-master\tests\unit\AI.time.spec.js, 4295 , 2019-02-26
gobang-master\tests\unit\HelloWorld.spec.js, 378 , 2019-02-26
gobang-master\tests\unit\time.spec.js, 1193 , 2019-02-26
gobang-master\tmp, 37943 , 2019-02-26
gobang-master\vue.config.js, 990 , 2019-02-26

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

发表评论

0 个回复

  • OGRE-MODEL
    说明:  ogre教程之模型绘制,讲的很详细,对大家肯定有用,尤其是初学者(ogre tutorial draw the model, said very detailed, we certainly useful, especially for beginners)
    2011-04-16 10:42:27下载
    积分:1
  • MobileApplication3-25-3
    黄金矿工的游戏,玩家控制矿工用钩子抓取金块得分。(Gold miner game, players control the gold miners crawling with hook points.)
    2007-08-10 16:17:31下载
    积分:1
  • 3D编程大师技巧
    此书虽然被嫌弃过时了,但对于游戏开发新手而言,通过此书了解渲染管线非常好(The book is a bit outdated,however,you can benifit a lot about rendering ripe by reading it.)
    2020-06-18 15:40:01下载
    积分:1
  • TestDrawLine
    Java 连连看游戏,简单,源码 (Java, Snake game, simple, source)
    2013-08-29 15:15:25下载
    积分:1
  • 2Moons-master
    类EVE网页游戏可以在后台启用或停用模块,内置作战模拟器(Abroad open source PHP the game WEBGAME very good)
    2018-12-21 14:08:40下载
    积分:1
  • snake
    贪吃蛇,红色代表食物,蓝色代表蛇,用键盘移动蛇来吃食物,没吃一个加五分。(Snake, red for food, blue snakes, snakes eat with keyboard mobile food, did not have a plus five.)
    2009-04-11 21:23:36下载
    积分:1
  • 基于QT的俄罗斯方块的设计
    资源描述基于QT的俄罗斯方块的设计,采用QT作为框架对俄罗斯方块金设计,游戏功能是我们常见的消除行,快速下降,左右上下移动等。
    2023-07-26 23:25:03下载
    积分:1
  • Matlab2048
    通过按键(W,A,S,D或方向键)控制小块的移动方向,当有两个小块相同时,把两者合并,产生一个新块(其值90%为2,10%为4)。并给予一定的分数,记录在数据文件中,显示在界面上。当最大块的值达到2048时,您将获得胜利,胜利后您可以选择继续游戏(当最大块的值为4096时,您将获得连胜,依次类推),或者退出游戏。(By controlling buttons (W, A, S, D or direction key), we control the moving direction of small pieces. When two blocks are in the same way, we merge them into a new block (the value is 90%, 2, 10% is 4). And give a certain score, record in the data file, display on the interface. When the maximum block value reaches 2048, you will win. After winning, you can choose to continue playing. When the maximum block value is 4096, you will win the game in a row or by analogy.)
    2020-12-10 16:09:19下载
    积分:1
  • code
    说明:  用C++实现了一个飞机大战的游戏,游戏中有敌方飞机,用C++类来实现,地方飞机有大中小飞机,用C++的继承来是实现,是个不错的C++基础项目(A game of aircraft war is realized with C++. There are enemy planes in the game, which are implemented with C++ classes. Local planes have large, medium and small planes. It is a good basic project of C++ that is realized with the inheritance of C++)
    2020-06-16 07:20:01下载
    积分:1
  • xiaoxionghuijia123
    小熊回家的小游戏,路上会遇到怪,可以躲避和攻击怪。(bear, a small home game, and the roads will encounter strange and can escape blame and attack.)
    2007-06-18 21:42:17下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载