登录
首页 » JavaScript » gobang-master

gobang-master

于 2020-06-19 发布 文件大小:2773KB
0 59
下载积分: 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 个回复

  • fishjoy
    JS 扑鱼游戏 源码,有兴趣可以参考。。挺有意思的
    2014-02-18 10:27:29下载
    积分:1
  • GameRussia
    游戏逻辑是用python实现的,底层用D3D绘制。对于初学D3D与python的朋友有帮助,其中还有从C++扩展python的方法。(Game logic is to use python to achieve, the underlying mapping using D3D. D3D and python for beginner friends have to help, including from the C++ Expansion python method.)
    2007-08-17 13:45:39下载
    积分:1
  • 21point
    用JAVA编写的速算21点的小扑克游戏的源代码,可以给大家参考一下(Quick calculation using JAVA 21:00 little poker game source code, you can give your reference)
    2013-10-08 13:57:51下载
    积分:1
  • Poker
    用socket 编写的够击.自定义了网络传输的规约,和发牌规则.(Socket prepared with enough hit. Since the definition of the network transmission of the Statute, and licensing rules.)
    2008-04-19 15:27:21下载
    积分:1
  • 捕鱼源码
    捕鱼游戏源码包含所有的运行程序以及数据库网站源码都是开源的不错的源码捕鱼游戏源码包含所有的运行程序以及数据库网站源码都是开源的不错的源码
    2022-06-02 17:42:35下载
    积分:1
  • Gobang
    一个网络的五子棋游戏,含聊天室 内jar文件是可以直接运行的 客户端和服务器端 其他是源码 使用的是直接Class发送 也就是ObjectInputStream/ObjectOutputStream(A network of backgammon game including chat rooms Within jar files can be run directly on the client and server side The other is the source)
    2014-11-05 18:23:57下载
    积分:1
  • 《direcX编程》光盘源代码
    DirectX游戏编程的随书源代码,高版本VS导入工程文件之后记得要重定位解决方案目标哦(Source code of book <<DirectX Game Programming>>.If open the Solution with high version of Visual Studio,remember to relocate the destination of solution.)
    2020-06-18 15:20:01下载
    积分:1
  • c++classicgameprogram
    《c++经典游戏编程》配书源码,例子经典,对游戏开发有很强的借鉴作用( C++ Classic game programming book with source code, for example, a classic of game development has a strong reference)
    2007-11-28 20:09:48下载
    积分:1
  • gameEngine_v0.2
    说明:  一个完整的3D游戏引擎,非常适合想学游戏开发的朋友和对3D感兴趣的朋友(A complete 3D game engine, very suitable for game development, like the friends and friends interested in 3D)
    2008-10-11 16:56:44下载
    积分:1
  • 贪吃蛇
    说明:  贪吃蛇游戏的Java文件,class文件和讲解,他能增长,吃食物,碰到石头会死亡。(The Code and Explanation of Snake Eating)
    2020-06-21 11:20:02下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载