Has anyone tried exporting their game into a Slack app?

Ticklish Joe Biden
13 Dec 2017, 14:57

Just curious: Has anyone tried porting their game into a Slack app - so people can play it from the chat function?

As a novice programmer, curious as to if it's been tried/how would one go about it.

It seems like a fun project.


K.V.
15 Dec 2017, 16:34

I don't know if you can convert a web site to Slack app or not, but, if you can, then you might be able to pull it off.

The creator of Quest began making something called Quest JS, which converted a Quest game to a web site, but the project was abandoned before there was an actual release.

A basic game can be converted, though.

Here's a link to the best version of it I know of at the moment:
https://github.com/KVonGit/quest-js/blob/master/questjs_kv_12122017.zip

Here's a list of know issues (there are many that aren't listed, and many more that we have yet to discover):
https://github.com/KVonGit/quest-js/issues

Here's the original page on GitHub:
https://github.com/textadventures/quest-js


Good luck!

Let us know how it works out!