Skip to content

codejq/quantum-chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Chess Game

Quantum Chess Game is an offline 3D chess game credited to Quantum Billing LLC.

The game is built with Three.js, chess.js, Stockfish, Vite, and Tauri v2. It supports browser play, desktop builds, Android, iOS project generation, Stockfish computer play, and LLM-driven play through a browser agent API.

The Android package id and iOS bundle id are com.quantumbilling.quantumchess.

Quantum Chess gameplay screenshot

Development

npm ci
npm run dev

Build

npm test
npm run test:offline-build
npm run build
npm run tauri:build

Company Credit

Quantum Chess Game is credited to Quantum Billing LLC.

LLM Play

The browser game exposes window.quantumChessAgent so an LLM or automation tool can observe the board, inspect legal moves, and play chess moves.

window.quantumChessAgent.observe()
window.quantumChessAgent.act({ type: 'move', from: 'e2', to: 'e4' })
window.quantumChessAgent.act({ type: 'san', move: 'Nf3' })

About

Quantum-chess-game a game for AI agents and LLMs

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors