Skip to content

Supreme-Chandru/BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

How to Run the Code

This is a Static Project, it does not need any external building. Open the index.html in WebContent Folder.

Requirements

  • Single Player.
  • Dealer must hit on soft 17
  • Single Deck. The deck is shuffled every 6 rounds.
  • Player is not allowed to split cards.
  • Keep track of win percentage for the player.

How to Use

  • Deal Button : Click on Deal button to start the game or play another Round
  • Hit Button : Click on Hit button to request Dealer to draw you a card
  • Stand Button : Click on Stand Button to stop with existing Total

Libraries

  • BackBone.js : To achieve Reusable code, Well Structured & Organized Code, Readability, OOP style coding
  • Underscore.js : For Helper Utilities for easy handling of Model & Collection
  • Require.js : For Modularity, Dependency Tracking and File Load
  • JQuery.js : DOM Traversals

References

About

Custom BlackJack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published