Browse Source

fixing some readmes according to issues

pull/1050/head
miguel 2 years ago
parent
commit
aed35253ac
  1. 14
      subjects/make-your-game/history/audit.md
  2. 2
      subjects/point/README.md
  3. 8
      subjects/who-are-you/README.md

14
subjects/make-your-game/history/audit.md

@ -14,21 +14,21 @@
##### Try using the Dev Tool/Performance.
###### Is there no frame drop?
###### Can you confirm that there are no frame drops?
##### Try using the Dev Tool/Performance.
###### Does the game run at/or around 60fps?
###### Does the game run at/or around 60fps?(from 50 to 60 or more)
##### Try using the Dev Tool/performance and the option rendering with the paint ON, if possible.
##### Try using the Dev Tool/performance and the option rendering with the `paint flashing` ON, if possible.
###### Is the paint being used the less possible?
###### Can you confirm that the paint is being used as little as possible?
##### Try using the Dev Tool/performance and the option rendering with the layer ON, if possible.
##### Try using the Dev Tool/performance and the option rendering with the `layer borders` ON, if possible.
###### Are the layers being used the less possible?
###### Can you confirm that the layers are being used as little 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?
###### Is [layer creation being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly?
#### Bonus

2
subjects/point/README.md

@ -8,6 +8,8 @@ Create a new directory called `point`.
- The necessary changes must be applied so that the program works.
- The function `setPoint()` must work with `int`.
### Code to be copied
```go

8
subjects/who-are-you/README.md

@ -11,3 +11,11 @@ Create the file `who-are-you.sh` which will remind you who you are by showing yo
- Where to look : https://((DOMAIN))/assets/superhero/all.json
- What to use : `curl` and `jq`
- The output should be exactly like the example bellow but with the expected name
```console
$./who-are-you.sh | cat -e
"name"$
$
```

Loading…
Cancel
Save