Skip to content

yourdanov/Slots

Repository files navigation

Slots Machine Game v1.03

This Python program implements a slot machine game using tkinter GUI library.

Table of Contents

Screenshots

v1.01

v1.02

v1.03

Compile

  1. Ensure you have Python installed.
  2. Run the script in a Python environment.
  3. The game window will open, allowing you to interact with the slots machine.

Download

Download the slots.exe file. Enjoy!

The .exe file is created with PyInstaller: 6.8.0, Python: 3.12.3

The game icon is created with ChatGPT 4o.

Features

  • Start a new game.
  • Set budget and bet amount.
  • Spin the slot machine.
  • Change bet amount.
  • Change symbols and background color.
  • Auto Spin
  • Win History

Usage

  • Click the "Spin!" button to play the game.
  • Use the "Change Bet!" button to adjust the bet amount.
  • Access the settings menu to change symbols and background color.
  • Follow on-screen instructions to set budget and bet.
  • Auto spin

Changes

Added to version v1.01

  • Change bet functionality bug fixes
  • Current bet amount text added as text during game play

Added to version v1.02

  • Auto Spin functionality
  • On Display Spins remaining text while the Auto Spin is enabled

Added to version v1.03

  • Win history table