diff --git a/files/en-us/games/index.md b/files/en-us/games/index.md index 56dc31db3e47d99..44b4fb33b5a5d63 100644 --- a/files/en-us/games/index.md +++ b/files/en-us/games/index.md @@ -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; } +div { + color: red; +} +``` + +# 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 ++ 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.