Skip to content
Open
Show file tree
Hide file tree
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 Apr 13, 2026
8f2d61e
add zork
piratabrasileiro1 Apr 25, 2026
63c82d4
Add short description and aliases for Zork
piratabrasileiro1 Apr 26, 2026
1594177
Fix formatting of topic field in Zork index
piratabrasileiro1 Apr 26, 2026
c754ce7
Fix formatting in Zork short description
piratabrasileiro1 Apr 26, 2026
9622b81
Fix formatting in Zork topic metadata
piratabrasileiro1 Apr 26, 2026
dca5928
Change display name from 'Zork' to 'zork'
piratabrasileiro1 Apr 26, 2026
4dc90e3
Merge branch 'github:main' into main
piratabrasileiro1 May 18, 2026
3d9a1c1
add screenwriting
piratabrasileiro1 Jul 10, 2026
d03cebc
Delete topics/craftstudio/index.md
piratabrasileiro1 Jul 10, 2026
a9d1b6a
Delete topics/dmca/index.md
piratabrasileiro1 Jul 10, 2026
48ea6fe
Delete topics/fangame/index.md
piratabrasileiro1 Jul 10, 2026
cb95db4
Delete topics/scumm/index.md
piratabrasileiro1 Jul 10, 2026
b920800
Delete topics/wikidot/index.md
piratabrasileiro1 Jul 10, 2026
71076d1
Delete topics/wikipedia/index.md
piratabrasileiro1 Jul 10, 2026
6515941
Delete topics/z-machine/index.md
piratabrasileiro1 Jul 10, 2026
82b1628
Delete topics/adventure-game-interpreter/index.md
piratabrasileiro1 Jul 10, 2026
3d9b022
Delete topics/cube-engine/index.md
piratabrasileiro1 Jul 10, 2026
bcbb7a9
Delete topics/internet archive/index.md
piratabrasileiro1 Jul 10, 2026
6663362
Delete topics/pyxel/index.md
piratabrasileiro1 Jul 10, 2026
ffea96d
Delete topics/Sauerbraten Engine/index.md
piratabrasileiro1 Jul 10, 2026
b41dd6f
Delete topics/text-adventure-development/index.md
piratabrasileiro1 Jul 10, 2026
57c85be
Merge branch 'main' into main
piratabrasileiro1 Jul 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions topics/screenwriting/index.md
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.
9 changes: 9 additions & 0 deletions topics/source-port/index.md
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.
7 changes: 7 additions & 0 deletions topics/zork/index.md
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
short_description:Zork is a text adventure game first released in 1977 by Infocom
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
topic:zork
aliases:zil,zork-Implementation-language,zork-ii,zork-iii,zork-game
related:z-machine
topic: zork
aliases: zil,zork-Implementation-language,zork-ii,zork-iii,zork-game
related: z-machine

mis-formatted yaml

---
Loading