groxaxo's picture
Upload W8A16 quantized Qwen3-32B-AWorld model. Derived from inclusionAI/Qwen3-32B-AWorld.
15334b0 verified
raw
history blame contribute delete
190 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Flappy Bird</title>
</head>
<body>
<canvas id="gameCanvas" width="400" height="600"></canvas>
<script src="game.js"></script>
</body>
</html>