You are viewing a potentially older version of this package. View all versions.
alexsio-gamba_mod-1.0.2 icon

gamba mod

Adds a simple slot machine to the terminal.

By alexsio
Date uploaded 2 years ago
Version 1.0.2
Download link alexsio-gamba_mod-1.0.2.zip
Downloads 557
Dependency string alexsio-gamba_mod-1.0.2

README

Gamba Mod

Adds a simple slot machine to the terminal.

Usage

  1. slots command in terminal will bring up the main slots page

  2. bet [amount] in terminal will allow you to spin, betting however many credits you put in [amount]

Example

slots
bet 10
bet 10
bet 100

Updates

1.0.1:

  • Removed default credits of 100 (this was for testing purposes)
  • Removed unnecessary console writes (also for testing)
  • Documented line checks in the winning algorithm (need to find more lines)
  • Fixed bug where not all symbols were being used in slot machine (Don't code at 2 AM 0_0)

1.0.2

  • Removed more console writes (9AM is too early for me?)
  • Fixed the readme to be more helpful!!