Skip to content
Merged
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
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Web game samples
# YouTube Playables - Web game samples

For additional information, visit the [YouTube developer documentation](https://developers.google.com/youtube/gaming/playables).
YouTube Playables are interactive games and experiences published to YouTube, accessed through our apps and website.

* [Try YouTube Playables](https://www.youtube.com/playables)
* Learn more from the [YouTube Help Center](https://support.google.com/youtube/answer/14328604)
* Visit the [YouTube Playables developer documentation](https://developers.google.com/youtube/gaming/playables)

YouTube Playables supports standard web platform APIs. Therefore, Playables supports games made with game engines that export builds for the web that use a standard rendering API (for example, WebGL and Canvas).

YouTube Playables SDK is a web SDK for connecting web games with the YouTube environment. The SDK features a robust API to support games in a variety of ways to create an excellent gaming experience on YouTube.

For additional information, visit the [YouTube Playables developer documentation](https://developers.google.com/youtube/gaming/playables).

## Community

Join the [YouTube Discord server](https://discord.gg/eEFBtMswKT) to discuss with our Playables community.

## Contributing

We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please view our **[Contributing doc](./docs/contributing.md)** to get started.

## License

This project is licensed under the Apache 2.0 License. View the **[LICENSE](LICENSE)** file for details.