Browse Source

corrections

pull/669/head
lee 4 years ago
parent
commit
dfa62e82eb
  1. 2
      subjects/make-your-game/README.md
  2. 4
      subjects/make-your-game/audit/README.md

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

4
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?

Loading…
Cancel
Save