You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Step 1:** Render the board in number of squares given by the user.
8
+
9
+
**Step 2:** Place your player (in the video it's the red one) roughly in the center of the board.
10
+
11
+
**Step 3:** Generate the Green Sprites randomly on the board. If the board is of 10x10 for example. You need to place 10 Green Sprites randomly on the board.
12
+
13
+
**Step 4:** Count the steps it takes for the player to hit all the green sprites on the board.
14
+
15
+
**Important**: Do not use jQuery. Its important you ONLY use ReactJS.
16
+
17
+
Please DO NOT fork this repo. Instead send the GitHub link to someone who interviewed you to take the interview forward.
0 commit comments