Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.77 KB

Slot Machine Game

This is a simple web-based Slot Machine Game implemented using HTML, CSS, and JavaScript. The game allows users to deposit money, place bets, spin the reels, and win based on matching symbols.

Table of Contents

Features

  • Deposit money to start playing
  • Place bets on 1 to 3 lines
  • Spin the reels and win based on matching symbols
  • Dynamic balance update
  • Scrollable interface to view all game elements
  • "Play Again" and "Exit" functionality
  • Responsive design

Setup

  1. Clone the repository to your local machine:

    git clone https://github.com/Totenem/Slot-Machine-Game.git
    cd slot-machine-game
  2. Open index.html in your preferred web browser to start the game.

How to Play

  1. Deposit Money: Enter the amount you wish to deposit and click the "Deposit" button.
  2. Place Bet: Enter the number of lines to bet on (1-3) and the bet amount per line.
  3. Spin the Reels: Click the "Place Bet" button to spin the reels.
  4. Check Winnings: The game will display any winnings and update your balance.
  5. Play Again: If you have money remaining, click the "Play Again" button to place a new bet. If your balance is zero, deposit more money to continue playing.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.