Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourdanov/slots
Slots Machine Game
https://github.com/yourdanov/slots
Last synced: 4 days ago
JSON representation
Slots Machine Game
- Host: GitHub
- URL: https://github.com/yourdanov/slots
- Owner: yourdanov
- Created: 2024-06-11T21:48:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T12:57:22.000Z (2 months ago)
- Last Synced: 2024-10-31T17:08:55.388Z (about 2 months ago)
- Language: Python
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slots Machine Game v1.03
This Python program implements a slot machine game using tkinter GUI library.
## Table of Contents
- [Screenshots](#screenshots)
- [Compile](#compile)
- [Download](#download)
- [Features](#features)
- [Usage](#usage)
- [Changes](#changes)## 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 playAdded to version v1.02
- Auto Spin functionality
- On Display Spins remaining text while the Auto Spin is enabledAdded to version v1.03
- Win history table