From ab87543033ed74c9ddccd2ddde0aa1ef60348b4a Mon Sep 17 00:00:00 2001 From: Ulan Nurym <52827869+enthusiast17@users.noreply.github.com> Date: Fri, 17 Jul 2020 00:10:07 +0500 Subject: [PATCH] make-your-game: update links to eng-lang --- subjects/make-your-game/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/make-your-game/README.md b/subjects/make-your-game/README.md index 628597bc9..15e3af475 100644 --- a/subjects/make-your-game/README.md +++ b/subjects/make-your-game/README.md @@ -48,9 +48,9 @@ Your game will have to respect the genre of one of these games listed below. In - [Space Invaders](https://en.wikipedia.org/wiki/Space_Invaders) - [Donkey Kong](https://en.wikipedia.org/wiki/Donkey_Kong) - [Brick Breaker/ Arkanoid](https://en.wikipedia.org/wiki/Arkanoid) -- [Pac-Man](https://pt.wikipedia.org/wiki/Pac-Man) +- [Pac-Man](https://en.wikipedia.org/wiki/Pac-Man) - [Super Mario](https://en.wikipedia.org/wiki/Super_Mario) -- [Tetris](https://pt.wikipedia.org/wiki/Tetris) +- [Tetris](https://en.wikipedia.org/wiki/Tetris) - [Duck Hunt](https://en.wikipedia.org/wiki/Duck_Hunt) ### Dev Tools @@ -70,7 +70,7 @@ In the developer tools you can also find a Paint Flashing option that will highl This project will help you learn about: - [`requestAnimationFrame`](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) -- [Event loop](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/EventLoop) +- [Event loop](https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop) - FPS - DOM - [Jank/stutter animation](https://murtada.nl/blog/going-jank-free-achieving-60-fps-smooth-websites)