aboutsummaryrefslogtreecommitdiff
path: root/files/ru/games/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/games/tutorials')
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/collision_detection/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/extra_lives/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/game_over/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.html4
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/physics/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/scaling/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/the_score/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_phaser/win_the_game/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html4
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html3
-rw-r--r--files/ru/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html3
20 files changed, 42 insertions, 20 deletions
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html
index aedabaaf25..0b945f61fc 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/bounce_off_the_walls/index.html
@@ -1,7 +1,8 @@
---
title: Отскакивания
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Bounce_off_the_walls
+slug: Games/Tutorials/2D_breakout_game_Phaser/Bounce_off_the_walls
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Bounce_off_the_walls
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Bounce_off_the_walls
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.html
index ffdd6c1d6d..4b68f11f31 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/build_the_brick_field/index.html
@@ -1,7 +1,8 @@
---
title: Создание кирпичей
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Создание_кирпичей
+slug: Games/Tutorials/2D_breakout_game_Phaser/Build_the_brick_field
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Build_the_brick_field
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Создание_кирпичей
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/collision_detection/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/collision_detection/index.html
index e3fb27724b..f8bf45148e 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/collision_detection/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/collision_detection/index.html
@@ -1,7 +1,8 @@
---
title: Обработка коллизий
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Обработка_коллизий
+slug: Games/Tutorials/2D_breakout_game_Phaser/Collision_detection
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Collision_detection
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Обработка_коллизий
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/extra_lives/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/extra_lives/index.html
index b6bb403469..94734655f6 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/extra_lives/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/extra_lives/index.html
@@ -1,7 +1,8 @@
---
title: Жизни
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Жизни
+slug: Games/Tutorials/2D_breakout_game_Phaser/Extra_lives
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Extra_lives
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Жизни
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/game_over/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/game_over/index.html
index a617f8969d..1916b9b931 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/game_over/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/game_over/index.html
@@ -1,7 +1,8 @@
---
title: Game over
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Game_over
+slug: Games/Tutorials/2D_breakout_game_Phaser/Game_over
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Game_over
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Game_over
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/index.html
index 05a0439cc7..c99663b5ef 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/index.html
@@ -1,6 +1,6 @@
---
title: 2D игра на Phaser
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser
+slug: Games/Tutorials/2D_breakout_game_Phaser
tags:
- 2D
- Canvas
@@ -11,6 +11,7 @@ tags:
- Руководство
- туториал
translation_of: Games/Tutorials/2D_breakout_game_Phaser
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.html
index bf1fac5bfc..aab8ab6cf4 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/initialize_the_framework/index.html
@@ -1,6 +1,6 @@
---
title: Инициализация фреймворка
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Initialize_the_framework
+slug: Games/Tutorials/2D_breakout_game_Phaser/Initialize_the_framework
tags:
- 2D
- Canvas
@@ -10,6 +10,7 @@ tags:
- Игры
- Руководство
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Initialize_the_framework
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Initialize_the_framework
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.html
index 57274a84c0..278bc8c91c 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/load_the_assets_and_print_them_on_screen/index.html
@@ -1,7 +1,7 @@
---
title: Загрузка ресурсов и их вывод
slug: >-
- Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Load_the_assets_and_print_them_on_screen
+ Games/Tutorials/2D_breakout_game_Phaser/Load_the_assets_and_print_them_on_screen
tags:
- 2D
- Canvas
@@ -9,6 +9,8 @@ tags:
- Phaser
translation_of: >-
Games/Tutorials/2D_breakout_game_Phaser/Load_the_assets_and_print_them_on_screen
+original_slug: >-
+ Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Load_the_assets_and_print_them_on_screen
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.html
index deed4a9494..38f9ccd46a 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/move_the_ball/index.html
@@ -1,6 +1,6 @@
---
title: Движение мяча
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Move_the_ball
+slug: Games/Tutorials/2D_breakout_game_Phaser/Move_the_ball
tags:
- 2D
- Beginner
@@ -8,6 +8,7 @@ tags:
- JavaScript
- Phaser
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Move_the_ball
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Move_the_ball
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/physics/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/physics/index.html
index 20acffa239..d7acbb92d3 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/physics/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/physics/index.html
@@ -1,6 +1,6 @@
---
title: Физика
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Physics
+slug: Games/Tutorials/2D_breakout_game_Phaser/Physics
tags:
- 2D
- Beginner
@@ -8,6 +8,7 @@ tags:
- JavaScript
- Phaser
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Physics
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Physics
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.html
index 46713cdddb..35001ea66d 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/player_paddle_and_controls/index.html
@@ -1,7 +1,8 @@
---
title: Платформа и управление
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Платформа_и_управление
+slug: Games/Tutorials/2D_breakout_game_Phaser/Player_paddle_and_controls
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Player_paddle_and_controls
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Платформа_и_управление
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/scaling/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/scaling/index.html
index 395e9f52de..78495b48fa 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/scaling/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/scaling/index.html
@@ -1,6 +1,6 @@
---
title: Масштабирование
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Scaling
+slug: Games/Tutorials/2D_breakout_game_Phaser/Scaling
tags:
- 2D
- Canvas
@@ -8,6 +8,7 @@ tags:
- Phaser
- Начинающий
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Scaling
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Scaling
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/the_score/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/the_score/index.html
index 9f4b18ace1..e7a01d4c61 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/the_score/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/the_score/index.html
@@ -1,7 +1,8 @@
---
title: Очки
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Очки
+slug: Games/Tutorials/2D_breakout_game_Phaser/The_score
translation_of: Games/Tutorials/2D_breakout_game_Phaser/The_score
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Очки
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_phaser/win_the_game/index.html b/files/ru/games/tutorials/2d_breakout_game_phaser/win_the_game/index.html
index 21ff763bbf..72e57116a1 100644
--- a/files/ru/games/tutorials/2d_breakout_game_phaser/win_the_game/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_phaser/win_the_game/index.html
@@ -1,7 +1,8 @@
---
title: Победа
-slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Победа
+slug: Games/Tutorials/2D_breakout_game_Phaser/Win_the_game
translation_of: Games/Tutorials/2D_breakout_game_Phaser/Win_the_game
+original_slug: Games/Tutorials/Создание_2D_Breakout_игры_на_Phaser/Победа
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
index 91c7ea5405..c2b6c134d0 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/build_the_brick_field/index.html
@@ -1,7 +1,8 @@
---
title: Создаем зону кирпичей
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Создаем_зону_кирпичей
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Build_the_brick_field
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Создаем_зону_кирпичей
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
index 576f17e7cc..3f03e0f748 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/collision_detection/index.html
@@ -1,7 +1,8 @@
---
title: Обнаружение столкновений
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Обнаружение_столкновений
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Обнаружение_столкновений
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
index 84f23b0e2a..aa69757156 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/create_the_canvas_and_draw_on_it/index.html
@@ -1,7 +1,7 @@
---
title: Создание Canvas и рисование на нём
slug: >-
- Games/Tutorials/2D_Breakout_game_pure_JavaScript/Создание_Canvas_и_рисование_на_нём
+ Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
tags:
- JavaScript
- Игры
@@ -9,6 +9,8 @@ tags:
- создание игр
translation_of: >-
Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it
+original_slug: >-
+ Games/Tutorials/2D_Breakout_game_pure_JavaScript/Создание_Canvas_и_рисование_на_нём
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
index d8f40896e1..6a62e46e4e 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/finishing_up/index.html
@@ -1,12 +1,13 @@
---
title: Заключение
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Заключение
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
tags:
- Игры
- Канва
- Начинающий
- жизни
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Finishing_up
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Заключение
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
index b3ab4efaca..50ed197298 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/mouse_controls/index.html
@@ -1,12 +1,13 @@
---
title: Управление мышью
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Управление_мышью
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
tags:
- Игры
- Начинающий
- канвас
- мышь
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Управление_мышью
---
<div>{{GamesSidebar}}</div>
diff --git a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
index f6d26cfc52..45f650d6b4 100644
--- a/files/ru/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
+++ b/files/ru/games/tutorials/2d_breakout_game_pure_javascript/move_the_ball/index.html
@@ -1,6 +1,6 @@
---
title: Переместить мяч
-slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Переместить_мяч
+slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
tags:
- 2D
- Canvas
@@ -10,6 +10,7 @@ tags:
- передвижение
- пишем игру на javascript
translation_of: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball
+original_slug: Games/Tutorials/2D_Breakout_game_pure_JavaScript/Переместить_мяч
---
<div>{{GamesSidebar}}</div>