Skip to content

♣️ Tiny Tower: Vegas minigame "Blackjack" or "21", made with tkinter on Python.

License

Notifications You must be signed in to change notification settings

l-Il/Black_Jack_21

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages