# Is it possible to mount a playable video game into a discourse forum?

**URL:** https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568
**Category:** Feature
**Created:** [2017 年 8 月 22 日午後 10:12 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568 "2017-08-22T22:12:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jkuehlin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkuehlin/32/77372_2.png) [@jkuehlin](https://meta.discourse.org/u/jkuehlin)
#### Post date: [2017 年 8 月 22 日午後 10:12 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/1 "2017-08-22T22:12:16Z")

</div>

Hello. Brand new user here.

I was wondering if it would be possible to mount a playable video game (with simple graphics of course) on a discourse forum and have the game access statistics and user character attributes?

Could someone tell me if this even remotely possible?

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [2017 年 8 月 23 日午前 10:13 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/2 "2017-08-23T10:13:47Z")

</div>

It’s probably possible, just as you can embed Google Maps or Sketchfab in Discourse. But I don’t see any reason why you’d need to play the game _inside_ of a Discourse forum. You have the game access forum data and vice versa without coupling them together on the same page.

I’d recommend having dedicated pages for the playable games, and inserting Discourse into that as is appropriate.

---

<div class="post-metadata">

### Author: ![jkuehlin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkuehlin/32/77372_2.png) [@jkuehlin](https://meta.discourse.org/u/jkuehlin)
#### Post date: [2017 年 8 月 23 日午後 4:13 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/3 "2017-08-23T16:13:05Z")

</div>

Thanks man! Appreciated…

Again, I’m brand new to this software. So would you just make a normal web browser game? Like some of the ones you see advertised on Facebook?

What exactly do I have it access?

Lets say I wanted it to be clear that there is a game linked to my specific Discourse forum. And in order to build a game profile, you have to use your forum login handle. Any idea how I would feed that data to the game engine?

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [2017 年 8 月 23 日午後 4:19 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/4 "2017-08-23T16:19:10Z")

</div>

> [@jkuehlin](#):
>
> Any idea how I would feed that data to the game engine?

You’d use this: [Discourse REST API Documentation](https://meta.discourse.org/t/discourse-api-documentation/22706)

---

<div class="post-metadata">

### Author: ![jkuehlin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkuehlin/32/77372_2.png) [@jkuehlin](https://meta.discourse.org/u/jkuehlin)
#### Post date: [2017 年 8 月 23 日午後 4:44 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/5 "2017-08-23T16:44:19Z")

</div>

Gotcha! This’ll be really cool if I can get it working! 😃

My main objective of creating the game (in addition to teaching myself how to code) is to help supplement the forum activity. I hope I can pull this off lol.

Thanks again!

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [2017 年 8 月 23 日午後 5:29 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/6 "2017-08-23T17:29:23Z")

</div>

I’ve seen one of the emulated machine games hosted at [archive.org](http://archive.org) embeded in a private Discourse. It worked, but it wasn’t a very good experience. Your success or failure will probably rest with how well the game is suited for embedding.

---

<div class="post-metadata">

### Author: ![jkuehlin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkuehlin/32/77372_2.png) [@jkuehlin](https://meta.discourse.org/u/jkuehlin)
#### Post date: [2017 年 8 月 23 日午後 8:04 UTC](https://meta.discourse.org/t/is-it-possible-to-mount-a-playable-video-game-into-a-discourse-forum/68568/7 "2017-08-23T20:04:59Z")

</div>

> [@elijah](#):
>
> Your success or failure will probably rest with how well the game is suited for embedding.

Thanks @elijah, after reading this, I think it makes a lot more sense to NOT embed it:

> [@erlend\_sh](#):
>
> You have the game access forum data and vice versa without coupling them together on the same page.

When I thought about it some more, all I really need to do is retrieve basic data from the forum and I think I’m good to go 😃
