Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mithi-code/ms_gridgame_volans_tep_online_full-time_2023_1 issues and pull requests
#11 - Create a swipe right function, which, when triggered by the right arrow key adds the current element to the element at the right of it.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#10 - Add the Swipe up and down functions, which when triggered by the top and down arrow buttons respectively add the current to the element at the top/down of it. hint: Keep in mind the logic will be different as you will have to work with columns instead of rows.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#9 - Create a function that goes through the whole array after every key press, and if its finds 2048, stops the game and declares that the player wins.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#9 - Create a function that goes through the whole array after every key press, and if its finds 2048, stops the game and declares that the player wins.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#8 - Similarly, in the above function add a condition that checks if no zeroes remain in the game, and if that is the case, stops the game and declares that he player lost.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#7 - create a container div to contain all your elements, set a maximum width and center it within the body.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#6 - make your website responsive using media queries to add breakpoints for smaller screen sizes for your game.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#5 - Upload and Deploy your game on Github Pages or Heroku. As you make changes and commit them they will be reflected in your deployed version.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#4 - Create a function that generates a 2 at any random position in the grid and append that to an empty cell in the HTML.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
#3 - Create an initializeBoard function that adds the value of the boxes in a separate data structure.
Issue -
State: open - Opened by Mithi-code almost 2 years ago
Labels: documentation
#2 - Create a playBoard
Issue -
State: open - Opened by Mithi-code almost 2 years ago
- 1 comment
#1 - Create a parent playBoard div
Issue -
State: open - Opened by Mithi-code almost 2 years ago