Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.32 KB

Black_Jack_21

Tkinter minigame from TinyTower: Vegas

Short Description

I've made a small copy of NimbleBit minigame, called Tiny Tower Vegas. There is a special floor in the casino category, where players can play Blackjack.

Steps

  • First, I made console version of this game, using some algorithms from github.
  • Then I tried to connect the console and tkinter GUI, starting with just 3 buttons.
  • After few fails i made GUI window from scratch, with 3 labels, and 2 buttons (Hit/Stand)
  • Some OOP knowledge, and i did it in one Class, with init and pair of methods
  • In GitHub I found Python code, with cards, as Labels in Frame.
  • I combined that code with my GUI, and added Tiny Tower textures for cards, background, and buttons.

This is BETA code, new updates coming soon

Plans

  • Add animations
  • Fix sizes
  • Fix button and remove white outline
  • Add scores, money, and chips
  • Fix *Status messages", and make them like in TinyTower:Vegas
  • Add custom themes for buttons/background, like in TinyTower:Vegas

Gameplay