Go to file
MasterGordon 676bd7a978 fixed possible race condition when paying with gems 2026-03-10 18:54:33 +01:00
.github/workflows added first backend draft 2024-09-19 23:50:16 +02:00
backend fixed possible race condition when paying with gems 2026-03-10 18:54:33 +01:00
public added spectating 2025-09-16 00:19:28 +02:00
shared added spectate button 2025-09-16 00:47:39 +02:00
src fixed fullscreen crash 2026-03-06 23:35:28 +01:00
.gitignore improved test coverage 2025-09-11 15:01:29 +02:00
.nvmrc updated vite 2026-03-06 22:22:23 +01:00
.oxlintrc.json fixed ui bugs and migrated to oxlint 2026-03-06 22:09:58 +01:00
CLAUDE.md removed use sound dep 2025-09-11 13:03:50 +02:00
LICENSE Create LICENSE 2025-06-28 23:09:06 +02:00
README.md fixed fullscreen crash 2026-03-06 23:35:28 +01:00
bun.lockb updated vite 2026-03-06 22:22:23 +01:00
bunfig.toml added first backend draft 2024-09-19 23:50:16 +02:00
dev.ts first layout draft 2024-09-23 00:58:36 +02:00
drizzle.config.js updated themes, added gem gain, added feed 2024-10-13 21:23:31 +02:00
index.html fixed login 2024-09-30 22:13:47 +02:00
package.json updated vite 2026-03-06 22:22:23 +01:00
tailwind.config.js first layout draft 2024-09-23 00:58:36 +02:00
tsconfig.app.json last version before 2.0 2024-09-21 12:12:39 +02:00
tsconfig.json first commit 2024-09-14 20:30:32 +02:00
tsconfig.node.json updated math 2024-10-16 00:06:12 +02:00
vite.config.ts updated vite 2026-03-06 22:22:23 +01:00

README.md

💣 Business Minesweeper

This is a version of minesweeper with a expanding board after each stage. This also includes a account system with match history, spectating live matches and collectables.

🚀 Local Development

For local development you are required to have bun installed.

# Create a .env file for token signing
echo "SECRET=SOME_RANDOM_STRING" > .env
bun install
bun run drizzle:migrate
bun dev

📦 Used Libraries

📋 Ideas

  • Add global big board
  • Powerups