Skip to content

Commit 072950b

Browse files
Create software-frontend-task.md
1 parent 98c2116 commit 072950b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

software-frontend-task.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Frontend Task
2+
3+
Watch the video: https://vimeo.com/219341567
4+
5+
You need to build this game in ReactJS.
6+
7+
**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

Comments
 (0)