Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Games - remove tag attribute form front matter #24776

Merged
merged 2 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions files/en-us/games/anatomy/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Anatomy of a video game
slug: Games/Anatomy
tags:
- Games
- JavaScript
- Main Loop
- requestAnimationFrame
---

{{GamesSidebar}}
Expand Down
8 changes: 0 additions & 8 deletions files/en-us/games/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: Game development
slug: Games
tags:
- Apps
- Game Development
- Gamedev
- Games
- HTML Games
- JavaScript Games
- Web
---

{{GamesSidebar}}
Expand Down
5 changes: 0 additions & 5 deletions files/en-us/games/introduction/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Introduction to game development for the Web
slug: Games/Introduction
tags:
- Firefox OS
- Games
- Guide
- Mobile
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Introduction to HTML Game Development
slug: Games/Introduction_to_HTML5_Game_Development
tags:
- Firefox OS
- Games
- HTML
- Mobile
---

{{GamesSidebar}}
Expand Down
12 changes: 0 additions & 12 deletions files/en-us/games/publishing_games/game_distribution/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
---
title: Game distribution
slug: Games/Publishing_games/Game_distribution
tags:
- CocoonIO
- Game
- Game publishing
- Games
- Gaming
- HTML
- JavaScript
- Mobile Game Distribution
- Phonegap
- Web Stores
- distribution
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
---
title: Game monetization
slug: Games/Publishing_games/Game_monetization
tags:
- Games
- HTML
- JavaScript
- Monetization
- advertisements
- branding
- iap
- licensing
---

{{GamesSidebar}}
Expand Down
8 changes: 0 additions & 8 deletions files/en-us/games/publishing_games/game_promotion/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: Game promotion
slug: Games/Publishing_games/Game_promotion
tags:
- Community
- Games
- JavaScript
- Online Games
- Promotion
- blog
- competitions
---

{{GamesSidebar}}
Expand Down
8 changes: 0 additions & 8 deletions files/en-us/games/publishing_games/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: Publishing games
slug: Games/Publishing_games
tags:
- Games
- HTML
- JavaScript
- Monetization
- Promotion
- distribution
- publishing
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: 2D collision detection
slug: Games/Techniques/2D_collision_detection
tags:
- 2D
- Games
- JavaScript
- collision detection
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
title: Bounding volume collision detection with THREE.js
slug: >-
Games/Techniques/3D_collision_detection/Bounding_volume_collision_detection_with_THREE.js
tags:
- 3D
- Games
- JavaScript
- WebGL
- bounding boxes
- collision detection
- three.js
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
title: 3D collision detection
slug: Games/Techniques/3D_collision_detection
tags:
- 3D
- Games
- JavaScript
- bounding boxes
- collision detection
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
---
title: Explaining basic 3D theory
slug: Games/Techniques/3D_on_the_web/Basic_theory
tags:
- 3D
- Coordinates
- Textures
- basics
- fragment
- lighting
- primitives
- rendering
- theory
- vertex
- vertices
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: Building up a basic demo with A-Frame
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_A-Frame
tags:
- 3D
- A-Frame
- VR
- Virtual Reality
- Web
- WebGL
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Building up a basic demo with Babylon.js
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Babylon.js
tags:
- 3D game engines
- Babylon.js
- Beginner
- WebGL
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
---
title: Building up a basic demo with PlayCanvas editor
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/editor
tags:
- 3D
- Animation
- Beginner
- Canvas
- Games
- Lightning
- Online
- PlayCanvas
- Tutorial
- WebGL
- camera
- editor
- rendering
---

Instead of coding everything from scratch you can also use the online **PlayCanvas editor**. This can be a more pleasant working environment if you are not someone who likes to code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
---
title: Building up a basic demo with the PlayCanvas engine
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas/engine
tags:
- 3D
- Animation
- Beginner
- Canvas
- Games
- PlayCanvas
- Tutorial
- WebGL
- camera
- engine
- lighting
- rendering
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
---
title: Building up a basic demo with PlayCanvas
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_PlayCanvas
tags:
- 3D
- Animation
- Beginner
- Canvas
- Games
- PlayCanvas
- Tutorial
- WebGL
- camera
- lighting
- rendering
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
---
title: Building up a basic demo with Three.js
slug: Games/Techniques/3D_on_the_web/Building_up_a_basic_demo_with_Three.js
tags:
- 3D
- Animation
- Beginner
- Canvas
- Games
- Tutorial
- WebGL
- camera
- lighting
- rendering
- three.js
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: GLSL Shaders
slug: Games/Techniques/3D_on_the_web/GLSL_Shaders
tags:
- Beginner
- GLSL
- OpenGL
- Shader
- texture shader
- three.js
- vertex shader
---

{{GamesSidebar}}
Expand Down
8 changes: 0 additions & 8 deletions files/en-us/games/techniques/3d_on_the_web/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: 3D games on the Web
slug: Games/Techniques/3D_on_the_web
tags:
- Games
- Graphics
- NeedsContent
- NeedsExample
- WebGL
- WebVR
- three.js
---

{{GamesSidebar}}
Expand Down
5 changes: 0 additions & 5 deletions files/en-us/games/techniques/3d_on_the_web/webvr/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: WebVR — Virtual Reality for the Web
slug: Games/Techniques/3D_on_the_web/WebVR
tags:
- 3D
- Games
- WebGL
- WebVR
---

{{GamesSidebar}}
Expand Down
5 changes: 0 additions & 5 deletions files/en-us/games/techniques/async_scripts/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Async scripts for asm.js
slug: Games/Techniques/Async_scripts
tags:
- Games
- JavaScript
- asm.js
- async
---

{{GamesSidebar}}
Expand Down
7 changes: 0 additions & 7 deletions files/en-us/games/techniques/audio_for_web_games/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: Audio for Web games
slug: Games/Techniques/Audio_for_Web_Games
tags:
- Audio
- Games
- Web Audio API
- audio sprites
- spatialization
- syncing tracks
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
title: Desktop gamepad controls
slug: Games/Techniques/Control_mechanisms/Desktop_with_gamepad
tags:
- Controls
- Desktop
- Gamepad API
- Gamepads
- Games
- JavaScript
- controllers
---

{{GamesSidebar}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: Desktop mouse and keyboard controls
slug: Games/Techniques/Control_mechanisms/Desktop_with_mouse_and_keyboard
tags:
- Controls
- Desktop
- Games
- JavaScript
- keyboard
- mouse
---

{{GamesSidebar}}
Expand Down
11 changes: 0 additions & 11 deletions files/en-us/games/techniques/control_mechanisms/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
---
title: Implementing game control mechanisms
slug: Games/Techniques/Control_mechanisms
tags:
- Controls
- Desktop
- Gamepad
- Games
- JavaScript
- Laptop
- Mobile
- keyboard
- mouse
- touch
---

{{GamesSidebar}}
Expand Down
Loading