登录
首页 » JavaScript » gobang-master

gobang-master

于 2020-06-19 发布 文件大小:2773KB
0 76
下载积分: 1 下载次数: 1

代码说明:

  遊戲 五子棋 先执行 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 个回复

  • Galactic-Heroes
    用c++编写的一款游戏“银河英雄”,有兴趣的朋友可以尝试一下,希望做出进一步改进(With c++ prepared a game " Galactic Heroes" , interested friends can try and hope to make further improvements)
    2013-12-21 16:01:08下载
    积分:1
  • xxd5
    嵌入式系统编程,三子棋,五子棋的简化版,注释详细(Embedded Systems Programming, third son of chess, backgammon Lite, detailed notes)
    2011-10-11 14:16:40下载
    积分:1
  • MapBrowser
    查看梦幻西游游戏地图文件,保存输出图片格式文件(View Fantasy Westward Journey game map file, save the output image format files)
    2020-12-12 16:49:16下载
    积分:1
  • chidoudou
    说明:  一个吃豆豆的游戏,游戏功能很简单,操作应该不用累赘了,用c语言写的~呵呵,不会很落后吧~(an eating Dou game, the game is very simple functions, operators do not have to be cumbersome, with the written language c ~ Oh, it will not be very backward ~)
    2005-10-27 00:11:04下载
    积分:1
  • wang9273winmine
    说明:  模仿windows的扫雷程序(一模一样),源代码很有参考价值!(windows imitate the demining process (the same), the source of great reference value!)
    2006-03-13 15:23:43下载
    积分:1
  • 五子棋代码C++
    基于MFC的一款五子棋小游戏,包含选择困难程度等基本的游戏设定,适合初学者学习
    2022-10-18 19:20:03下载
    积分:1
  • Game
    This algorithm is the game by name
    2012-06-23 23:49:48下载
    积分:1
  • 俄罗斯方块源代码
    资源描述一个小游戏俄罗斯方块的源代码,已经测试过,绝对好用,分享出来共勉
    2022-02-18 16:00:47下载
    积分:1
  • chinaxq
    中国象棋网络版,本人写了将近一个月才完成的,部分是参考网上的.(Chinese Chess online version, I wrote almost a month to complete, partly with reference to the web.)
    2007-12-10 16:00:20下载
    积分:1
  • libgdx
    说明:  Libgdx tutorial in java game engin
    2019-02-17 09:02:09下载
    积分:1
  • 696518资源总数
  • 104273会员总数
  • 53今日下载