Skip to content

Instantly share code, notes, and snippets.

View PandaWhoCodes's full-sized avatar

Thomas Ashish Cherian PandaWhoCodes

View GitHub Profile
@PandaWhoCodes
PandaWhoCodes / game_archive.md
Last active May 22, 2026 09:33
Family Quest Challenge: The Master Archive

Church Quest Challenge: The Master Archive

A BIBLICAL INVESTIGATION OF THE OLD & NEW TESTAMENTS

Instructions for Investigators: Welcome to the Master Archive! This is not a test of your memory; it is a test of your observation. The answers to the mysteries below are hiding in plain sight in your Bibles. You will need a sharp mind and a keen eye for detail. Any major translation will work.

Solve each Case File to extract a Key Number. You will use all your Key Numbers at the very end to do some math and unlock the Ultimate Vault!


@PandaWhoCodes
PandaWhoCodes / game_content.md
Last active May 22, 2026 09:33
Family Quest Challenge: The Master's Footsteps

Church Quest Challenge: The Master's Footsteps

A BIBLICAL INVESTIGATION OF THE GOSPEL OF JOHN

Instructions for Investigators: This is not a test of memory; it is a test of observation. The answers to the mysteries below are hiding in plain sight within the Gospel of John. You will need your Bible, a sharp mind, and a keen eye for detail. Any major translation (NIV, ESV, NASB, NLT) will work!

Solve each Case File to extract a Key Number. You will use all your Key Numbers at the end to do a little bit of math and unlock the Ultimate Vault.


@PandaWhoCodes
PandaWhoCodes / sermon-three-walls.html
Last active April 26, 2026 00:11
The Three Walls — A Sermon on Matthew 5:33–48 (revised)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Three Walls — A Sermon on Matthew 5:33–48</title>
<style>
:root {
--bg: #fbfaf7;
--text: #1f1d1a;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Three Walls — Matthew 5:33–48</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,400&family=IM+Fell+English+SC&display=swap" rel="stylesheet">
<style>
@PandaWhoCodes
PandaWhoCodes / matthew-5.html
Created April 19, 2026 19:03
Matthew 5 — Scholarly Exegesis (Sermon on the Mount) with focus on 5:33-48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew 5 — A Scholarly Analysis</title>
<style>
:root {
--bg: #fbfaf7;
--text: #1f1d1a;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FaithTech Global Impact & Research Report (2024-2026)</title>
<style>
:root {
--primary: #1A365D;
--secondary: #2B6CB0;
<!DOCTYPE html>
<html lang en>
<head>
<meta charset utf-8>
<meta name=viewport content=width=device-width, initial-scale=1>
<title>FaithTech — Global Impact Report</title>
<script src=https://cdn.tailwindcss.com></script>
<link rel=preconnect href=https://fonts.googleapis.com>
<link href=https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap rel=stylesheet>
<script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FaithTech Impact Report</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
@PandaWhoCodes
PandaWhoCodes / controller-comparison.html
Created April 4, 2026 05:15
Mac M4 Game Controller Comparison - Amazon India (Apr 2026)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mac M4 Game Controller Comparison — Amazon India</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f0f0f; color: #e0e0e0; padding: 20px; }
h1 { text-align: center; font-size: 1.8rem; margin-bottom: 8px; color: #fff; }
@PandaWhoCodes
PandaWhoCodes / sermon-notes-cross.html
Last active April 3, 2026 06:14
The Offence, the Motifs, and the Response — Sermon Notes on the Cross (Joice, Apr 2026)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Cross — Sermon Notes</title>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Overpass+Mono:wght@300;400;500&family=Nunito+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {