Skip to content

ruebenramirez/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Host dependencies

Please make sure to install these dependencies on your linux environment:

  • make
  • docker

App dependencies

  • our runtime container is based on the alpine:3.12 container
  • tests are ran via pytest (installed in the container through automation)

Development Journal/notes

I kept some notes here as I was writing code to solve this challenge

How to run the blackjack game simulation:

To run the simulation run this command:

make play

How to run the tests:

run the tests with this command:

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published