Grid : + +
+Piece win count : + +
+Play as : + +
+Max Depth : + +
+diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 957218e..5cdd048 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,12 +12,13 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-lates, macos-latest] node-version: [14.x, 16.x, 18.x] + architecture: [x64, x86] steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Node:${{ matrix.node-version }}, OS:${{ matrix.os }}, arch:${{ matrix.architecture }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} diff --git a/public/index.html b/public/index.html index eae7866..e9f6f59 100644 --- a/public/index.html +++ b/public/index.html @@ -20,26 +20,44 @@
Grid : + +
+Piece win count : + +
+Play as : + +
+Max Depth : + +
+