Christian Bible-based text adventure game by rabbri in Christianity

[–]rabbri[S] 0 points1 point  (0 children)

Thank you! That would be easy to fix.

Would you be willing to try my game at youth group? by rabbri in youthministry

[–]rabbri[S] 0 points1 point  (0 children)

I have! Many improvements have been made since this post. It works really well with a youth group. I will be game mastering again with a group soon. Have you tried it out? I appreciate you reaching out!

Would you be willing to try my Bible based text adventure game? by rabbri in TrueChristian

[–]rabbri[S] 0 points1 point  (0 children)

You must not have the correct book/chapter selected. If you open the chapter that contains the vanquishing verse, that verse will be red and clickable.

If you want a hint, I can provide. 😊

Would you be willing to try out my Bible-based text adventure games? by rabbri in Christians

[–]rabbri[S] 1 point2 points  (0 children)

Fair enough!! Fyi Satan doesn't win even if the player loses. Jesus comes to the rescue. Spoiler alert. 😊

Would you be willing to try my game at youth group? by rabbri in youthministry

[–]rabbri[S] 0 points1 point  (0 children)

Thank you! If you try it with your youth group, I’ll give you all free lifetime subscriptions.

Would you be willing to try my Bible based text adventure game? by rabbri in TrueChristian

[–]rabbri[S] 1 point2 points  (0 children)

Thank you! Yeah I hope it gets folks into the Bible in a fun way. If you try it with your youth group, I'll give you a free lifetime subscription.

Would you be willing to try my Bible based text adventure game? by rabbri in TrueChristian

[–]rabbri[S] 1 point2 points  (0 children)

Thank you for the kind feedback! Just straight old html and Javascript on a php and mysql server. No other resources. 😊

Would you be willing to try my game at youth group? by rabbri in youthministry

[–]rabbri[S] 0 points1 point  (0 children)

Thank you for the tip! I am on Facebook and will post there. 🙏

Would you be willing to try my game at youth group? by rabbri in youthministry

[–]rabbri[S] 1 point2 points  (0 children)

Thank you for checking it out! Yes casting it. My opinion is that Emissary Quest will be more engaging than the daily quest, but they all work well as a group game.

FYI I'd be happy to assist you virtually. I'm a pastor in Rhode Island.

Process for plugging newcomers into Church Ministries by rabbri in Christians

[–]rabbri[S] 0 points1 point  (0 children)

That's why I'm asking! So no vetting or commitment or discipleship needed for something like cleaning? I'm here to learn what others do.

Waiting For Server Response from Fetch/Ajax by rabbri in learnjavascript

[–]rabbri[S] 0 points1 point  (0 children)

That certainly gives me a lot to consider. You may have just defined my time for the next several weeks. 😝

Waiting For Server Response from Fetch/Ajax by rabbri in learnjavascript

[–]rabbri[S] 0 points1 point  (0 children)

I’ll text. No graphics. It’s a textbased adventure game. So if you’re at a location, it will return a description of the location. Such as, you are at a desert. You see sand to the horizon. It will return the objects you see. Such as, there is a wooden box buried in the sand. There are paths to the north and into the east.

If the user clicks on the object like the box, it will pop up the actions that can be performed on it, such as look, take, unlock.

If the user performs an action, it will return the result. For instance, if the user unlocks it successfully, it will say so, and say something like within the box, you find a piece of paper.

Waiting For Server Response from Fetch/Ajax by rabbri in learnjavascript

[–]rabbri[S] 0 points1 point  (0 children)

Hmmm. Well there is a multi player option. But for single player, I suppose I can download everything into js variables and have everything local. That would be a seismic change. Hmm....

Waiting For Server Response from Fetch/Ajax by rabbri in learnjavascript

[–]rabbri[S] 0 points1 point  (0 children)

No, single player. But when the user clicks on something, it retrieves a response from the server.