@ -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.