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

游戏 五子棋

于 2020-06-19 发布
0 77
下载积分: 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 个回复

  • C_lanugae_BlackAndWhiteGames
    黑白棋小程序的源代码,黑白棋的是一种智力游戏,采用了C++来实现这一种经典游戏(Othello applet source code, Othello is a mental game, using the C++ to achieve this a classic game)
    2010-12-23 14:10:49下载
    积分:1
  • ASEngineSDK
    一套游戏引擎的,具体可以看GAMERES上的吉安娜远征.(err)
    2008-06-17 23:03:22下载
    积分:1
  • ttttttttttt
    c# 功能介绍简介,主要是介绍游戏里面的一些功能而已,大家很有参考价值的(c# desian sign comfeigeilaeitiong)
    2013-12-26 14:29:28下载
    积分:1
  • FiveChess
    five chess is a funny game(five chess)
    2013-02-28 23:04:23下载
    积分:1
  • 魔力
    自动战斗,快速遇敌,快速切图一系列功能,需要的请下载(Automatic combat, fast encounter enemy, quickly cut a series of functions, please download.)
    2021-01-18 23:18:42下载
    积分:1
  • CHDMAN+(RetroPie+User-Friendly)
    说明:  CUE或GDI格式游戏镜像转换为CHD格式的工具(CUE or GDI to CHD - Compresses either disc format to CHD (V5). (Will search all sub-folders and make CHDs in folder this is used in with CHDMAN. Extract CHD to CUE - Decompresses CHD (V5) to CUE. (CUE is used by CD-based games. On the Raspberry Pi, CHD is supported by TurboGrafx-CD/PC Engine CD, Sega CD/Mega CD, and Dreamcast) Extract CHD to GDI - Decompresses CHD (V5) to GDI. (GDI is used by Dreamcast.))
    2020-08-11 16:08:27下载
    积分:1
  • 3_09104339
    说明:  可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。 (You can double showdown of the VC++ Go program, the game opens you can select the appropriate 15,17-inch LCD window, playing chess fast.)
    2010-03-24 11:13:58下载
    积分:1
  • 经典好玩的vc++6.0编制的
    vc++版的坦克大决战游戏源码,带音效、地图,和大家知道的坦克还有点不一样,这一种可以自定义地图,坦克数量上没有以前的那么多,可以双人玩和单人玩,一关比一关有难度,学习编写的游戏的朋友有必要作个参考。游戏第一关界面如上图示,源代码编译顺利。 注:运行时请注意要将Debug目录中的可执行文件拷贝到程序根目录,否则会出错导致电脑重启。
    2022-05-31 10:38:56下载
    积分:1
  • mir2_server
    02年原装意大利泄露传奇2服务端汉化.已绝版的国际版游戏,意大利盗版过去的原版传奇2服务端(2002 Original Italian leaked Legend 2 server finished. Out of print, the original legendary Italian pirated past 2 server)
    2021-02-15 16:39:48下载
    积分:1
  • 问道[GM管理工具]
    问道GM工具 修改数据库文件,添加元宝(wendao GM tool..change mysql)
    2020-06-21 07:00:01下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载