The Slot Machine Game is a Java-based application that simulates a virtual slot machine. It is designed to provide users with an engaging and entertaining experience of playing a slot game. The project incorporates sound effects, animations, customizable options, and an intuitive user interface.
- Slot Machine Simulation: Experience the thrill of a slot machine with graphical representation.
- Options Menu: Customize the game settings, including background music volume.
- User-Friendly Interface: Intuitive design for an enjoyable gaming experience.
- Threads: Custom shuffle animation using Threads.
- Pixel art: The symbols on the game window are made by me.
- Launch the game.
- Adjust game options through the "Options" menu.
- Start the game, write you name and add your balance, and enjoy the slot machine simulation.
- Java Runtime Environment (JRE) installed on the system.
- Clone the repository to your local machine.
git clone https://github.com/kosa12/SlotMachine.git
- Navigate to the project directory.
cd SlotMachine
- Compile and run the application.
javac Main.java java Main