Alexander Hux commited on
Commit
0b4775c
verified
1 Parent(s): 5e4bf38

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -2,7 +2,7 @@
2
  <html>
3
 
4
  <head>
5
- <title>Connect-4 game</title>
6
  <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"></script>
7
  <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm/dist/tf-backend-wasm.js"></script>
8
 
@@ -10,9 +10,9 @@
10
 
11
  <body>
12
  <p style="user-select: none; font-family: sans-serif;">
13
- Try to connect four stones in a row, a column, or a diagonal.
14
  </p>
15
- <p><button type="button" style="user-select: none;" id="ai-first">AI goes first</button></p>
16
  <canvas id="game-board" width="600px" height="600px"></canvas>
17
  <script>
18
  function BoardGame(agent, num_rows, num_cols) {
 
2
  <html>
3
 
4
  <head>
5
+ <title>NEARVIDIA-Connect</title>
6
  <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"></script>
7
  <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm/dist/tf-backend-wasm.js"></script>
8
 
 
10
 
11
  <body>
12
  <p style="user-select: none; font-family: sans-serif;">
13
+ Try to connect four computer chips in a row, a column, or a diagonal. Remember you are playing against NEARVIDIA-AI.
14
  </p>
15
+ <p><button type="button" style="user-select: none;" id="ai-first">NEARVIDIA AI goes first</button></p>
16
  <canvas id="game-board" width="600px" height="600px"></canvas>
17
  <script>
18
  function BoardGame(agent, num_rows, num_cols) {