-
Notifications
You must be signed in to change notification settings - Fork 2
Port browser redirect page, boards landing page, and add polls #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nschimme
merged 5 commits into
MUME:master
from
nschimme:jules-11131407216632201627-23b8f0d5
Sep 8, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c468d28
Port browser redirect page, boards landing page, and add mudjc asset
nschimme a783bfe
Port browser page, boards overview, mudjc asset, and questionnaires
nschimme 03a9c10
Port browser redirect page, boards index, and player questionnaires
nschimme 7e6489f
Link March 2024 poll directly to Looker Studio and remove standalone …
nschimme 3c00d63
Fix base path routing and asset image paths across ported pages
nschimme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: Free browser game | Multi-Users in Middle-earth | ||
| description: MUME is a browser roleplaying game based upon J.R.R. Tolkien's Middle-earth. Explore a text-based MMORPG for free. | ||
| --- | ||
|
|
||
| <script setup> | ||
| import { onMounted } from 'vue' | ||
|
|
||
| onMounted(() => { | ||
| if (typeof window !== 'undefined') { | ||
| if (screen.width <= 700) { | ||
| window.location.href = 'https://docs.mume.org/play-mume/' | ||
| } else { | ||
| window.location.href = 'https://docs.mume.org/MMapper/demo' | ||
| } | ||
| } | ||
| }) | ||
| </script> | ||
|
|
||
| <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: calc(100vh - 140px);"> | ||
| <p>If you are not redirected automatically, please follow this <a href="https://docs.mume.org/MMapper/demo/">link</a>.</p> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: Boards | ||
| description: Multi-Users in Middle-earth message boards including Game News, Starter's, FAQ, Tales, Free People Chronicles, and Orkish Drumlore. | ||
| --- | ||
|
|
||
| <div style="text-align: center; margin-bottom: 2rem;"> | ||
| <img src="/assets/images/fellowship_bw.jpg" srcset="/assets/images/fellowship_bw.jpg 1x, /assets/images/fellowship_bw@2x.jpg 2x" alt="Boards" style="width: 100%; max-width: 654px; height: auto;" /> | ||
| </div> | ||
|
|
||
| # Boards | ||
|
|
||
| - <a href="https://mume.org/news/game/" target="_self" rel="external"><strong>Game News Board</strong></a> | ||
| A board with the latest news from the game! | ||
|
|
||
| - <a href="https://mume.org/resources/boards/starters/" target="_self" rel="external"><strong>The Starter's Board</strong></a> | ||
| A board with help for newcomers. | ||
|
|
||
| - <a href="https://mume.org/resources/boards/faq/" target="_self" rel="external"><strong>The FAQ Board</strong></a> | ||
| A board with frequently asked questions. | ||
|
|
||
| - <a href="https://mume.org/resources/boards/tales/" target="_self" rel="external"><strong>The Tales Board</strong></a> | ||
| MUME fun | ||
|
|
||
| - <a href="https://mume.org/resources/boards/in-character/" target="_self" rel="external"><strong>Free People Chronicles</strong></a> | ||
| A board where Free People characters are roleplaying. | ||
|
|
||
| - <a href="https://mume.org/resources/boards/orcs-incharacter/" target="_self" rel="external"><strong>Orkish Drumlore</strong></a> | ||
| A board where the Orc characters are roleplaying. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,162 @@ | ||
| --- | ||
| title: October 1995 MUME Questionnaire Results | ||
| description: Detailed results from the October 1995 Multi-Users in Middle-earth (MUME) player survey. | ||
| --- | ||
|
|
||
| # October 1995 MUME Questionnaire Results | ||
|
|
||
| *194 answers were collected in this inaugural MUME questionnaire.* | ||
|
|
||
| <div class="card" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); text-align: center; gap: 1rem; margin: 1.5rem 0 2rem 0; border-left: 3px solid darkgoldenrod;"> | ||
| <div> | ||
| <div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">194</div> | ||
| <div style="font-size: 0.8rem; color: #888;">Respondents</div> | ||
| </div> | ||
| <div> | ||
| <div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">23.2</div> | ||
| <div style="font-size: 0.8rem; color: #888;">Mean Age</div> | ||
| </div> | ||
| <div> | ||
| <div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">88.7%</div> | ||
| <div style="font-size: 0.8rem; color: #888;">Good/Excellent Rating</div> | ||
| </div> | ||
| <div> | ||
| <div style="font-size: 1.5rem; color: goldenrod; font-weight: bold; font-family: 'Kelt';">~906</div> | ||
| <div style="font-size: 0.8rem; color: #888;">Est. Total Players</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| --- | ||
|
|
||
| ### 1. Demographics & Age Distribution | ||
|
|
||
| **Mean Age:** 23.19 years (Std Dev: 4.42) | ||
|
|
||
| | Age | Percentage | Age | Percentage | Age | Percentage | | ||
| | :---: | :---: | :---: | :---: | :---: | :---: | | ||
| | **≤15** | 1.03% | **20** | 10.82% | **25** | 9.28% | | ||
| | **16** | 3.09% | **21** | 12.37% | **26** | 4.12% | | ||
| | **17** | 1.03% | **22** | 12.37% | **27** | 5.15% | | ||
| | **18** | 3.09% | **23** | 13.40% | **28** | 1.03% | | ||
| | **19** | 5.15% | **24** | 8.25% | **29–34** | ~1.0%–2.0% | | ||
| | | | | | **35+** | 1.03% | | ||
|
|
||
| > **Key Insight:** 49% of the MUME population was between 20 and 23 years old. | ||
|
|
||
| --- | ||
|
|
||
| ### 2. Gender & Marital Status | ||
|
|
||
| | Gender | Percentage | Marital Status | Percentage | | ||
| | :--- | :--- | :--- | :--- | | ||
| | **Male** | 94.33% | **Single** | 89.18% | | ||
| | **Female** | 5.67% | **Married** | 10.82% | | ||
|
|
||
| --- | ||
|
|
||
| ### 3. Profession & Play Location | ||
|
|
||
| | Profession | Percentage | Play Location | Percentage | | ||
| | :--- | :--- | :--- | :--- | | ||
| | **Student** | 70.10% | **Home** | 42.27% | | ||
| | **Employed** | 24.74% | **University** | 41.75% | | ||
| | **Other** | 3.09% | **School** | 8.25% | | ||
| | **Unemployed** | 2.06% | **Office** | 5.67% | | ||
| | | | **Other** | 2.06% | | ||
|
|
||
| --- | ||
|
|
||
| ### 4. Country of Residence | ||
|
|
||
| | Country | Percentage | Country | Percentage | Country | Percentage | | ||
| | :--- | :--- | :--- | :--- | :--- | :--- | | ||
| | **USA** | 47.94% | **Estonia** | 3.09% | **Italy** | 1.55% | | ||
| | **Sweden** | 20.62% | **Canada** | 2.06% | **Switzerland** | 1.55% | | ||
| | **Norway** | 7.22% | **Czech Rep.** | 1.03% | **Australia** | 0.52% | | ||
| | **Finland** | 4.64% | **Denmark** | 1.03% | **Germany** | 0.52% | | ||
| | **UK** | 4.64% | **Russia** | 1.03% | **Others** | < 1.0% each | | ||
|
|
||
| --- | ||
|
|
||
| ### 5. How Players Discovered MUME | ||
|
|
||
| | Source | Percentage | | ||
| | :--- | :--- | | ||
| | **Friend** | 63.08% | | ||
| | **Other** | 16.41% | | ||
| | **Newsgroup** | 8.21% | | ||
| | **Another MUD** | 6.67% | | ||
| | **Web** | 3.59% | | ||
| | **Magazine** | 2.05% | | ||
|
|
||
| --- | ||
|
|
||
| ### 6. In-Game Statistics & Characters | ||
|
|
||
| * **Average Characters per Player:** 4.32 (Std dev: 2.72) | ||
| * *Global Population Estimate:* ~906 players (based on 3,915 database characters). | ||
| * **Ainur Owners (Gods):** 36.08% | ||
| * **Darkie Characters Owned:** | ||
| * Average: 1.51 per player. | ||
| * 30.41% of players owned zero darkies. | ||
| * For players owning at least one darkie, the average was 2.17. | ||
| * **Legend Characters (Level 21+):** | ||
| * Average: 1.56 per player. | ||
| * 32.99% owned zero legends. | ||
| * **Highest Mortal Level Reached:** Mean 26.48 (Std dev: 9.05) | ||
| * **Weekly Playtime:** Mean 20.86 hours/week (Std dev: 16.48) | ||
| * Active player population estimated at 827 players (averaging 22.68 hours/week). | ||
|
|
||
| --- | ||
|
|
||
| ### 7. Game & Management Satisfaction | ||
|
|
||
| | Rating | Game System | Management | | ||
| | :--- | :---: | :---: | | ||
| | **Bad (0)** | 2.06% | 11.34% | | ||
| | **Correct (1)** | 9.28% | 23.20% | | ||
| | **Good (2)** | 52.06% | 51.03% | | ||
| | **Excellent (3)** | 36.60% | 14.43% | | ||
| | **Average Score** | **2.23 (Good)** | **1.69 (Correct-Good)** | | ||
|
|
||
| --- | ||
|
|
||
| ### 8. Technology & Client Software | ||
|
|
||
| <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 1.5rem 0;"> | ||
|
|
||
| <div class="card" style="padding: 1.25rem;"> | ||
|
|
||
| #### Operating System | ||
|
|
||
| | OS | Percentage | | ||
| | :--- | :--- | | ||
| | **Unix-like** | 38.66% | | ||
| | **MS-DOS** | 19.59% | | ||
| | **Windows 3.x** | 8.76% | | ||
| | **MacOS** | 7.73% | | ||
| | **XWindows** | 7.22% | | ||
| | **Windows 95** | 5.15% | | ||
| | **Other / VMS / OS2** | ~12.8% | | ||
|
|
||
| </div> | ||
|
|
||
| <div class="card" style="padding: 1.25rem;"> | ||
|
|
||
| #### MUD Client Software | ||
|
|
||
| | Client | Percentage | | ||
| | :--- | :--- | | ||
| | **None (Plain Telnet)** | 42.27% | | ||
| | **Cancan** | 22.68% | | ||
| | **Tintin** | 19.59% | | ||
| | **Powwow** | 6.70% | | ||
| | **Other** | 8.76% | | ||
|
|
||
| </div> | ||
|
|
||
| </div> | ||
|
|
||
| --- | ||
|
|
||
| [← Back to Questionnaires Overview](./) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (broader_impact): These new root-relative URLs ignore VitePress's configured base path. In GitHub Pages preview deployments, where
VITE_BASEis a path such as/pr-123/, the Boards navigation points to the production-root/resources/boards/and the newly added page images request/assets/..., so the navigation and images return 404.Triggers: When the site is built for a GitHub Pages preview or any deployment with a non-root
VITE_BASE.Suggested fix: Use
withBase('/resources/boards/')for the config navigation link and base-aware asset URLs (or VitePress-resolved image paths) in the new Markdown pages.