-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Add Zork with descriptions, aliases, and formatting fixes #5241
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
Open
piratabrasileiro1
wants to merge
23
commits into
github:main
Choose a base branch
from
piratabrasileiro1:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+24
−0
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8330041
Merge branch 'github:main' into main
piratabrasileiro1 8f2d61e
add zork
piratabrasileiro1 63c82d4
Add short description and aliases for Zork
piratabrasileiro1 1594177
Fix formatting of topic field in Zork index
piratabrasileiro1 c754ce7
Fix formatting in Zork short description
piratabrasileiro1 9622b81
Fix formatting in Zork topic metadata
piratabrasileiro1 dca5928
Change display name from 'Zork' to 'zork'
piratabrasileiro1 4dc90e3
Merge branch 'github:main' into main
piratabrasileiro1 3d9a1c1
add screenwriting
piratabrasileiro1 d03cebc
Delete topics/craftstudio/index.md
piratabrasileiro1 a9d1b6a
Delete topics/dmca/index.md
piratabrasileiro1 48ea6fe
Delete topics/fangame/index.md
piratabrasileiro1 cb95db4
Delete topics/scumm/index.md
piratabrasileiro1 b920800
Delete topics/wikidot/index.md
piratabrasileiro1 71076d1
Delete topics/wikipedia/index.md
piratabrasileiro1 6515941
Delete topics/z-machine/index.md
piratabrasileiro1 82b1628
Delete topics/adventure-game-interpreter/index.md
piratabrasileiro1 3d9b022
Delete topics/cube-engine/index.md
piratabrasileiro1 bcbb7a9
Delete topics/internet archive/index.md
piratabrasileiro1 6663362
Delete topics/pyxel/index.md
piratabrasileiro1 ffea96d
Delete topics/Sauerbraten Engine/index.md
piratabrasileiro1 b41dd6f
Delete topics/text-adventure-development/index.md
piratabrasileiro1 57c85be
Merge branch 'main' into main
piratabrasileiro1 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| aliases: screen-writing, script-writing | ||
| display_name: Screenwriting | ||
| short_description: Screenwriting is the act of writing scripts for films and other entertainment media. | ||
| topic: screenwriting | ||
| wikipedia_url: https://en.wikipedia.org/wiki/Screenwriting | ||
| --- | ||
| Screenwriting is the act of writing scripts for films and other entertainment media; the term originated in 1902 in silent films. |
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,9 @@ | ||
| --- | ||
| display_name: Source Port | ||
| short_description: Source port is a type software based on original executable code. | ||
| aliases: | ||
| related: port | ||
| topic: source-port | ||
| logo: | ||
| --- | ||
| Source port is a type software based on original executable code, they can add new changes or put to new platforms. |
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,7 @@ | ||||||||||||||
| --- | ||||||||||||||
| display_name:zork | ||||||||||||||
| short_description:Zork is a text adventure game first released in 1977 by Infocom | ||||||||||||||
| topic:zork | ||||||||||||||
| aliases:zil,zork-Implementation-language,zork-ii,zork-iii,zork-game | ||||||||||||||
| related:z-machine | ||||||||||||||
|
Comment on lines
+4
to
+6
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
mis-formatted yaml |
||||||||||||||
| --- | ||||||||||||||
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.