A sleek, modern slot machine game built with React, TypeScript, and Tailwind CSS. Features a glassmorphic UI design with retro arcade aesthetics.
- 🎮 Interactive slot machine gameplay
- 💰 Real-time balance and betting system
- 🎨 Glassmorphic UI design with Press Start 2P font
- 📱 Responsive design for all screen sizes
- 🎯 Multiple betting lines and credit multipliers
- 🎉 Win animations and notifications
- 🎰 Jackpot system with progressive pool
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion (for animations)
- Radix UI (for accessible components)
The game features a modern glassmorphic design with:
- Semi-transparent backgrounds
- Subtle backdrop blurs
- Soft drop shadows
- High contrast text
- Retro arcade aesthetics with Press Start 2P font
- Clone the repository:
git clone https://github.com/Rubyt0x/nitro.git
cd nitro- Install dependencies:
npm install- Start the development server:
npm run dev- Open http://localhost:5173 in your browser.
To create a production build:
npm run build- Set your bet amount using the betting panel
- Choose the number of lines to play
- Click the SPIN button to start the game
- Watch for winning combinations
- Your winnings will be automatically added to your balance
This project is deployed on Vercel:
This project is licensed under the MIT License - see the LICENSE file for details.
- Press Start 2P font by CodeMan38
- Radix UI for accessible components
- Framer Motion for smooth animations