Beep Boop is a video game that lifts heavily from the original Bubble Bobble arcade game. It's built using the overreact.js game engine, and it runs on PC, Mac, and Linux, using Electron to bundle it as native apps.
First, install dependencies:
npm i
Next, run the vite server and process tailwind styles:
npm run dev
Open http://localhost:5173
in a browser.
npm run build