gambler

Slot Machine App in Python with Source Code

Submitted by razormist on
Slot Machine App in Python with Source Code - A simple Python application that displays in a terminal console to showcase the function of a slot machine. This application replicates the functionality of a real slot machine, requiring the player to hit a specific pattern of three symbols in order to win. Python Source Code.

Lotto Number Generator

Submitted by nostradamus1566 on
This is a simple quick pick lotto number generator designed as an experiment to learn more about PHP programming. You can select how many balls are in the game, for example 6. Then select a range of numbers, for example minumum =1, maximum = 36. You can increase the range of numbers. Then click the "Generate Lotto Numbers" button to see what numbers the computer chose.