Skip to content

Commit

Permalink
introducing errors for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jul 28, 2023
1 parent 4e74440 commit 4b917ec
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions files/en-us/games/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
---
title: Game development
slug: Games
page-type: landing-page
slug: Games
---

{{GamesSidebar}}

Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser.

## Develop web games
```css
body { background-color: aqua; }

Check failure on line 12 in files/en-us/games/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

[mdn-linter] reported by reviewdog 🐶 Raw Output: files/en-us/games/index.md:12:-body { background-color: aqua; } files/en-us/games/index.md:12:+body { files/en-us/games/index.md:13:+ background-color: aqua; files/en-us/games/index.md:14:+}
div {
color: red;
}
```

# Develop web games

Check failure on line 18 in files/en-us/games/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

[markdownlint] reported by reviewdog 🐶 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: # Develop web games] Raw Output: files/en-us/games/index.md:18 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: # Develop web games]

Welcome to the MDN game development center! In this area of the site, we provide resources for web developers wanting to develop games. You will find many useful tutorials and technique articles in the main menu on the left, so feel free to explore.

* item 1

Check failure on line 22 in files/en-us/games/index.md

View workflow job for this annotation

GitHub Actions / lint-docs

[mdn-linter] reported by reviewdog 🐶 Raw Output: files/en-us/games/index.md:22:-* item 1 files/en-us/games/index.md:23:-+ item 2 files/en-us/games/index.md:24:+- item 1 files/en-us/games/index.md:25:+- item 2 files/en-us/games/index.md:26:+
+ item 2
- item 3

We've also included a reference section so you can easily find information about all the most common APIs used in game development.

> **Note:** Creating games on the web draws on a number of core web technologies such as HTML, CSS, and JavaScript. The [Learning Area](/en-US/docs/Learn) is a good place to go to get started with the basics.
Expand Down

0 comments on commit 4b917ec

Please sign in to comment.