Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mithi-code/blackjack issues and pull requests
#11 - basic html structure created
Pull Request -
State: closed - Opened by vaibhavpawarsdet over 1 year ago
#10 - html structure
Pull Request -
State: closed - Opened by vaibhavpawarsdet over 1 year ago
#9 - Refactor the code
Issue -
State: open - Opened by Mithi-code over 1 year ago
#8 - Inside your Card data structure, add a function that dynamically renders a new card from the array of "Card"s. Use this function in index.js to append the new card to your frontend.
Issue -
State: open - Opened by Mithi-code over 1 year ago
#7 - Style your HTML with CSS to make your game presentable.
Issue -
State: open - Opened by Mithi-code over 1 year ago
#6 - Inside deck.js, create a data structure for your card.
Issue -
State: open - Opened by Mithi-code over 1 year ago
Labels: enhancement
#5 - Create a separate Javascript file that contains all of the functionality of your deck, let's call it deck.js. This file can thus be reused in different games, by just changing the rules. We will access the contents of this file in our index.js file.
Issue -
State: open - Opened by Mithi-code over 1 year ago
Labels: question
#4 - Create a Javascript file that contains the main logic of BlackJack game.
Issue -
State: open - Opened by Mithi-code over 1 year ago
Labels: bug
#3 - Create a skeletal layout of your BlackJack game in HTML → the container, the divs that will contain your cards and the buttons that will trigger draw cards.
Issue -
State: open - Opened by Mithi-code over 1 year ago
Labels: invalid
#2 - Decide the card game and find out the requirements
Issue -
State: open - Opened by Mithi-code over 1 year ago
#1 - Write unit test [1.5]
Issue -
State: open - Opened by Mithi-code over 1 year ago