You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.6 KiB

4 years ago
#### Functional
###### Does the game avoid the use of frameworks?
###### Is an introduction of the story provided in the beginning of the game?
##### Try playing the game and reach the specific score to make the development part of the story appear.
4 years ago
###### Does the development part of the story appear when you reach the specific score?
##### Try finishing the game (either win or lose).
4 years ago
###### Is a conclusion of the story provided when the game ends?
##### Try using the Dev Tool/Performance.
4 years ago
###### Can you confirm that there are no frame drops?
4 years ago
##### Try using the Dev Tool/Performance.
4 years ago
###### Does the game run at/or around 60fps?(from 50 to 60 or more)
4 years ago
##### Try using the Dev Tool/performance and the option rendering with the `paint flashing` ON, if possible.
4 years ago
###### Can you confirm that the paint is being used as little as possible?
4 years ago
##### Try using the Dev Tool/performance and the option rendering with the `layer borders` ON, if possible.
4 years ago
###### Can you confirm that the layers are being used as little as possible?
4 years ago
###### Is [layer creation being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly?
4 years ago
#### Bonus
###### +Does the conclusion change depending whether you lose or win?
4 years ago
###### +Is the story appealing and interesting?
###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
4 years ago
###### +Does the code obey the [good practices](../../good-practices/README.md)?
4 years ago
###### +Is the code using asynchronicity to increase performance?
###### +Do you think this project is well done in general?