From dfa62e82eb5fdfa430b55f49d4d3f4e5226b32c6 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 14 Aug 2020 09:44:11 +0100 Subject: [PATCH] corrections --- subjects/make-your-game/README.md | 2 +- subjects/make-your-game/audit/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/make-your-game/README.md b/subjects/make-your-game/README.md index 4efd536f..b6a31a7b 100644 --- a/subjects/make-your-game/README.md +++ b/subjects/make-your-game/README.md @@ -31,7 +31,7 @@ You must not use frameworks or canvas, the game must be implemented using just p ### Instructions -Animation must have consistent motion, so in order to have a smooth animation (without interruptions or better named: jank animation) you must achieve a special number, [**60fps**](https://blog.algolia.com/performant-web-animations/). You can see more about performance [here](https://public.01-edu.org/subjects/good-practices/README.md) +Animation must have consistent motion, so in order to have a smooth animation (without interruptions or better named: jank animation) you must achieve a special number, [**60fps**](https://blog.algolia.com/performant-web-animations/). You can see more about performance [here](https://public.01-edu.org/subjects/good-practices/) In order to play the game you must use only the keyboard. The usage of keyboard must be smooth, in other words you must not spam the key to move the player. But instead you must, for example maintain the key pressed and the player must continue to do the proper action. If the key is released the player should stop doing the action. diff --git a/subjects/make-your-game/audit/README.md b/subjects/make-your-game/audit/README.md index a2d1c1cc..a0f53096 100644 --- a/subjects/make-your-game/audit/README.md +++ b/subjects/make-your-game/audit/README.md @@ -40,7 +40,7 @@ ##### Try playing the game -###### Does the game work like it should (as one the games from the pre-approved list)? +###### Does the game work like it should (as one of the games from the pre-approved list)? ##### Try playing the game @@ -68,7 +68,7 @@ ##### Try using the Dev Tool/performance and the option rendering with the layer ON, if possible -###### Is the layers being used as less sas possible? +###### Is the layers being used as less as possible? ###### Are the creation of the [layers being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly?