Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1005 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1005 Bytes

Slot Machine Game

This is my first python's game I've ever made. It's a simple slot machine game using emojis. Simple, clean and intuitive code with a nice and clean "UI". It's one of the first python stuff I made, any tips are fully acceptable :)

What's needed for it to work?

  • Install the colorama package using PIP3 like this:
pip3 install colorama

Screenshots:

  • Main menu:

Image1

  • After inserting name:

Image2

  • Not winning anything:

Image3

  • Winning with 2x the same emoji

Image4

  • Winning with 3x the same emoji

Image5

  • When out of credits:

Image6