LoginSignup
2
4

More than 5 years have passed since last update.

Tkinterを用いたBlackJackの作成

Last updated at Posted at 2018-11-07

はじめに

プログラミング入門者からの卒業試験は『ブラックジャック』を開発すべしに影響されて、ブラックジャックのゲームを作成しました。GUIには、Tkinterを使用してみました。

環境

  • Ubuntu 18.04
  • Python 3.6.5
  • Tkinter 8.6

ゲームのルール

  • Aは「1」としてのみ扱う(後日、改修予定です。。。)

スクリーンショット

Screenshot from 2018-11-08 01-09-48.png

ソースコード

以下にGithubで公開中です。
https://github.com/type89/black_jack_GUI.git

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4