LoginSignup
1
1

More than 3 years have passed since last update.

脱出ゲームのようなものを作成するKitのPGM

Last updated at Posted at 2019-12-06

GASから脱出ゲームについての各ページのデータをJSONで作成し、
そのデータをJavaScriptで読み込ませることで
脱出ゲームを作成できるようなプログラムを作成しました。

脱出ゲームKitのサンプルページURL:https://nanjomiyako.github.io/DasyutuGame1/

脱出ゲーム用の各ページ(とアイテムとアイテム合成)データを
作成するためのGASページサンプル(CreateJsonDataメソッドより作成):https://docs.google.com/spreadsheets/d/e/2PACX-1vQrSTK83cIbQwfRdl2jRlfVjQ49fBsSOtvD0nfJtLKPsw2-bp1K0RIYT0lF1PUfRQN84EhYSKAVQD-Q/pubhtml

GASPGM: https://github.com/NanjoMiyako/SampleGasScripts1/blob/main/DasyutuGame1.txt

作成したJsonデータから脱出ゲームの動作を行うJavaScriptプログラム
のgithubURL(中のindex.htmlをコピーすれば動作可能となることを確認済み):https://github.com/NanjoMiyako/DasyutuGame1

プレビュー
preview1.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1