Skip to content

Commit

Permalink
deploy: dd7ce1e
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Nov 17, 2024
0 parents commit 9e0dc7f
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<html>

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Ultimate TicTacToe AI</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="description"
content="Online Ultimate TicTacToe game with AI opponent based on Monte Carlo Tree Search algorithm. Implemented in Rust."
<link data-trunk rel="tailwind-css" href="src/global.css" />

<script type="module" nonce="AoIMGFzukrDa2DEMv/qbuQ==">
import init, * as bindings from '/uttt-rs/uttt-gui-8522049185606245.js';
const wasm = await init({ module_or_path: '/uttt-rs/uttt-gui-8522049185606245_bg.wasm' });


window.wasmBindings = bindings;


dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script>
<base href="/uttt-rs/" />
<link rel="modulepreload" href="/uttt-rs/uttt-gui-8522049185606245.js" crossorigin=anonymous integrity="sha384-BfKdPffVR6N048qhLTRUJbuW1jWmWM2+/svgY8IKFnD9qSn2NhtAtVbJArqcRca2"><link rel="preload" href="/uttt-rs/uttt-gui-8522049185606245_bg.wasm" crossorigin=anonymous integrity="sha384-2bMGxZLcMvdvBrETDIS1j1cWPLQ+Ef1FqJPK/YeKE/VkdF5eNbnVV0MEe05yBbmF" as="fetch" type="application/wasm"></head>

<body></body>

</html>
Loading

0 comments on commit 9e0dc7f

Please sign in to comment.