Hi! On RasQberry-Two (rasqberry.org) we'd love to include the QAMPoser games — Quantum Runner (in quantum-runner/) and Bloch-Golf — on the Raspberry Pi image as part of the "Fun with Quantum" family, so workshop participants can run them locally/offline on the Pi.
Two things would let us do that:
1. A LICENSE. qamposer-usecases currently has no license file, which under GitHub's terms means all rights reserved — so we can't redistribute or bundle it. Could you add an OSI license? Apache-2.0 would match your qamposer-backend and qamposer-react repos.
2. A runnable build for offline use. The games are Vite apps with no committed build output. To run them on the Pi without internet (workshop venues are often offline), we'd need either a committed dist/ (from vite build) or a tagged release carrying the built static bundle — for both Quantum Runner and Bloch-Golf. Then we can serve them locally as a static web demo.
Happy to help with either — e.g. contribute a small GitHub Actions workflow that builds and attaches the bundle on each release. Thanks!
Hi! On RasQberry-Two (rasqberry.org) we'd love to include the QAMPoser games — Quantum Runner (in
quantum-runner/) and Bloch-Golf — on the Raspberry Pi image as part of the "Fun with Quantum" family, so workshop participants can run them locally/offline on the Pi.Two things would let us do that:
1. A LICENSE.
qamposer-usecasescurrently has no license file, which under GitHub's terms means all rights reserved — so we can't redistribute or bundle it. Could you add an OSI license? Apache-2.0 would match yourqamposer-backendandqamposer-reactrepos.2. A runnable build for offline use. The games are Vite apps with no committed build output. To run them on the Pi without internet (workshop venues are often offline), we'd need either a committed
dist/(fromvite build) or a tagged release carrying the built static bundle — for both Quantum Runner and Bloch-Golf. Then we can serve them locally as a static web demo.Happy to help with either — e.g. contribute a small GitHub Actions workflow that builds and attaches the bundle on each release. Thanks!