Quantum Lite Chess
- A playful systems experiment that adds probabilistic branching ideas to a familiar chess loop.
PythonPygameGame Systems
About
Quantum Lite Chess is a Pygame-based chess game that introduces branching moves, split destinations, and probabilistic collapse on top of classical rules. It stands apart from the AI work while still showing curiosity about interactive systems and game mechanics.
A short experiment in interactive systems outside the main AI track.