登录
首页 » JavaScript » gobang-master

gobang-master

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

  • C语言谈吃蛇的例子
    随堂练习,墨龙教育  谈吃蛇的小游戏,只有生成豆子,蛇走动,通过控制键控制方向.awsd方向控制
    2022-05-29 23:52:59下载
    积分:1
  • 排块
    说明:  一个简单的九宫格排块游戏:移动方块,使方块按从左到右、从上到下、从小到大顺序排列,即为成功。(A simple Nine-palace block game: moving the square, so that the square in order from left to right, from top to bottom, from small to large, is successful.)
    2020-06-19 19:40:02下载
    积分:1
  • StreetFighter
    这是一款HTML5实现的街头霸王游戏源码,游戏中可以操控人物各项技能,并且能实现大战电脑或双人对战,游戏中还附有背景音乐效果。此外这款游戏源码开放,是研究和学习HTML5游戏制作的极佳参考! 主机控制键: 移动: W: 上, D: 前, A: 后, S:下 攻击: J: 轻拳, K: 重拳, U: 轻腿, I: 重腿 特殊技能: 下→前→拳: 波动拳, 下→后→腿:旋风腿, 前→下→前→拳:升龙拳 副机(小键盘): 移动: ↑: 上, ←: 前, →: 后, ↓:下 攻击: 1: 轻拳, 2: 重拳, 4: 轻腿, 5: 重腿 特殊技能: 下→前→拳: 波动拳, 下→后→腿:旋风腿, 前→下→前→拳:升龙拳 其他: 按F2暂停游戏, 1键大战电脑ai, 2键双人对打.(This is a HTML5 implementation of the street overlord game source code, the game can manipulate the characters of the skills, and can achieve war computer or two pairs of war, the game is also accompanied by background music effect. In addition, this game source code open, is the research and learning HTML5 game production excellent reference!)
    2017-11-07 12:14:09下载
    积分:1
  • zping
    传说OL发送赠品,ASP写的,东西发送到仓库里(OL legend to send gifts, ASP written in what is sent to a warehouse)
    2020-10-26 18:59:59下载
    积分:1
  • zuma
    祖玛小游戏 实现基本功能 基本算法 给大家参考一下 地图两种圆形 和 直线(Zuma game to achieve the basic functions basic algorithm to refer to two kinds of circular and linear maps)
    2013-09-02 22:50:26下载
    积分:1
  • FiveChess
    用java编写的一款五子棋游戏,很实用,是双人游戏,不能人机对战(Java write a 331 game, very practical, is a double game, not man-machine battle)
    2012-08-01 12:11:43下载
    积分:1
  • skyblue_Rect
    这是一款俄罗斯方块游戏,用Visual C++编程实现。(This is a Tetris game, with the Visual C++ programming.)
    2013-05-18 16:18:28下载
    积分:1
  • 8_shuma_game
    C++九宫格数码游戏源码,有兴趣的朋友学习一下。(C++ Jiugongge digital game source code, learn about friends who are interested.)
    2011-05-25 06:11:57下载
    积分:1
  • wdsjbntmod
    说明:  一个普通的小游戏,没有什么功能,就一个垃圾小游戏(An ordinary little game, no function, just a garbage game.)
    2020-06-19 16:40:01下载
    积分:1
  • 3DTetris_Java
    用java开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于C++开发的。请在站内搜索(3D Tetris )
    2012-02-19 20:54:27下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载