A bingo card for Sam to use while watching any Game Changer episode. A layer deeper from S6E5's "Bingo" episode.
This fan game is not affiliated with, endorsed by, or sponsored by Dropout or Game Changer. All logos, audio, and other intellectual property rights belong to their respective owners. This project was made purely for educational and entertainment purposes and does not seek to infringe upon any copyrights or trademarks.
For any inquiries or concerns, please reach out to Mikeware.
- The intro audio clip and GC logo are from S3E15 - Secret Samta 2: The Samta Clause
- The ending audio clip is from S2E4 - A Sponsored Episode
The code itself is currently intentionally unlicensed (retained by me) and just here for others educational benefit and hosting.
This was an educational endeavour to learn more about Vue 3 and CSS animations. It was built from the base Vue.js template but using Bun.
Hmmm, GitHub Pages workflow working, but assets not found... mystery for another day... Find game here.
Tested on PC with Edge and Firefox, Android Chrome, iPhone Brave and Safari browsers.
Original template instructions below.
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
bun install
bun run dev
bun run build
Lint with ESLint
bun run lint