Skip to content
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

Fork, Commit, Merge - Hard Issue (Markdown) #976

Open
nikohoffren opened this issue Oct 11, 2023 · 0 comments
Open

Fork, Commit, Merge - Hard Issue (Markdown) #976

nikohoffren opened this issue Oct 11, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation first-contributor first-contributors good first issue Good for newcomers hard help wanted Extra attention is needed markdown up-for-grabs

Comments

@nikohoffren
Copy link
Member

nikohoffren commented Oct 11, 2023

Fork, Commit, Merge - Hard Issue (Markdown)

Create an Interactive Adventure Game using Markdown

Note: You don't have ask permission to start solving the issue or get assigned, since these issues are supposed to be always open for new contributors. The actions-user bot will reset the file back to previous state for the next contributor after your commit is merged. So you can just simply start working with the issue right away!

Description

The goal is to create a text-based adventure game that is entirely navigable through hyperlinks in different Markdown files. Each Markdown file represents a "room" or "event", and options for players are presented as hyperlinks to other Markdown files.
There is a folder called adventure in tasks/markdown/hard directory, in which you can create various of Markdown files representing different stages or events in the game.

Steps

Open a directory in tasks/markdown/hard named adventure.
Inside this directory, there is a start.md file. This is the starting point of your game. Write a brief description of the scenario and provide options to the player (as links pointing to other Markdown files). For instance, you could have options like Go north and Go south which point to north.md and south.md, respectively.
Create the Markdown files for all possible paths in the game. Each file should describe the current situation and provide further options to the player. Make sure to include a way to win and a way to lose the game.

Expected outcome

A fully playable text-based adventure game made entirely of linked Markdown files. The game should be complex enough to provide some level of challenge to the player, with a variety of different paths, outcomes, and choices.

Here's an example of how a file in this game might look:

# Forest

You are in a forest. There's a path to the [north](north.md) and a path to the [south](south.md).
There's also a suspicious looking [berry bush](berry-bush.md) nearby.

Creating this game might be quite complex, as it requires planning the game's structure, writing engaging text, and managing many interconnected Markdown files. However, it will be a great exercise for you to learn advanced Markdown usage.
Note: You can test your Markdown code in a editor like this.


Check out README.md for more instructions and how to make a pull request.

Feel free to ask any questions here if you have some problems!

Also, kindly give this project a star to enhance its visibility for new developers!

@nikohoffren nikohoffren added documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers first-contributors first-contributor hard markdown up-for-grabs labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation first-contributor first-contributors good first issue Good for newcomers hard help wanted Extra attention is needed markdown up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant