Horse Race Game - Interactive racing game for SPEAKID platform
npm install speakid-horse-raceInteractive horse racing game for SPEAKID platform.
ОБЯЗАТЕЛЬНО прочитайте DEPLOYMENT.md - там критически важная информация о настройке CORS в MinIO. Без правильной настройки CORS звуки не будут воспроизводиться!
``bash`
npm install
npm run dev
`bash`
npm run build
`tsx
import HorseRaceLobbyGame from 'speakid-horse-race';
screenHeight={800}
screenWidth={800}
logoUrl="/path/to/logo"
showLogo={true}
baseURL="/path/to/assets"
/>
``