Welcome to SlotMachineJS, a simple terminal-based slot machine game implemented in JavaScript. This project is a beginner-level implementation of a slot machine that includes features such as random spins, a betting system, and an interactive user interface that runs in your terminal.
- Slot Reels 🎰: Randomly generated symbols that spin, creating a classic slot machine experience.
- Betting System 💸: Allows players to deposit money, choose how many lines to bet on, and set a betting amount.
- User Interaction 🕹️: Interactive prompts guide the player through the game, and the balance updates after each spin.
- Terminal UI 💻: The game runs entirely in the terminal with simple prompts for input and output.