Competitive spellcasting game where players duel using spells casted through vision-based hand gestures.
Spell-Vision is an innovative game that combines the excitement of competitive spellcasting with the immersive experience of vision-based hand gesture recognition. Players engage in duels by casting spells through random hand gesture sequences, creating a dynamic and interactive gameplay experience.
To run the Spell-Vision game, follow these steps:
- Clone the repository to your local machine:
git clone - Navigate to the project directory:
- Install the required dependencies:
npm install - Setup firebase credentials in src/lib/firebase.ts
- Build the project:
npm run build - Start the game:
npm run preview - Open your web browser and navigate to
http://localhost:4173to start playing.