A rhythm-based VR/Desktop game where you slice meme coins to the beat of music.
- VR and Desktop gameplay modes
- Beat detection and rhythm-based scoring
- Dynamic coin spawning based on music
- Background video effects
- Multiple meme coin varieties
- Node.js (v20 or later)
- NPM
- Clone the repository
git clone https://github.com/adamnusic/memePvP.git
cd memePvP
- Install dependencies
npm install
Start the development server:
npm run dev
The game will be available at http://0.0.0.0:5000
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run check
- Run TypeScript checks
- React + Vite
- Three.js + React Three Fiber
- WebXR for VR support
- Express.js backend
- TypeScript
- Tailwind CSS
- Drizzle ORM