Skip to content

fadlytanjung/blackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Blackjack game with only one player. PDF file helped me to implement it but for trying to calcute the score of each hand I used another method in my program.

Getting Started

Prerequisites

  • python 2.7

Installing

  • Open terminal go to blackjack directory
  • and execute the program with python 2.7
python2 main.py

Or if you know that python 2.7 is the primary python in you operation system instead of python 3.6 then

python main.py

Built With

  • Blackjack OOP - PDF file for implementing blackjack from Object Oriented Programming perspective

About

Blackjack game in python 2.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%