chore: format files

pull/302/head
Yangshun Tay 2 years ago
parent 4beb2ac50f
commit 598a0dc39a

@ -130,7 +130,6 @@ Advanced technical competency signals:
| Leaning no hire | Struggled to produce a working solution in code. Multiple syntax errors and bad use of language paradigms. | | Leaning no hire | Struggled to produce a working solution in code. Multiple syntax errors and bad use of language paradigms. |
| Strong no hire | Could not produce a working solution in code. Major syntax errors and very bad use of language paradigms. | | Strong no hire | Could not produce a working solution in code. Major syntax errors and very bad use of language paradigms. |
### 4. Testing ### 4. Testing
Testing signals Testing signals

@ -4,11 +4,9 @@ Design a snake game that is to be played in web browser.
Client: React + Redux Client: React + Redux
Rendering: Rendering: Pixel-based graphics. Depending on the intended resolution, can divide the screen into N \* M pixels. Can dynamically calculate the size of each pixel.
Pixel-based graphics. Depending on the intended resolution, can divide the screen into N \* M pixels. Can dynamically calculate the size of each pixel.
Fruit: One pixel. Fruit: One pixel. Snake body: One pixel width made up of connected pixels.
Snake body: One pixel width made up of connected pixels.
Model: Model:

Loading…
Cancel
Save