FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Tutorial Page in the game #24

Closed FrancisTR closed 1 year ago

FrancisTR commented 1 year ago

Based on FrostyNick's draft of the Tutorial Documentation shown below:

6/15/2023 Rough draft: Tutorial documentation

Syntax: "This is visible in game." These are extra notes.

"You can move the player on the beat. Watch for when the moving red cubes are on the rhythm bar below."

a. or b. a. "Use AWSD to move the player." Visuals showing up down right left. Maybe with a player moving all four directions with a visual que of what button is being pressed. b. "To move the player, press s to go down, w to go up, d to go right, and a to go left."

"Avoid any obstacles or enemies you encounter on the way. You will lose a life otherwise. You have 3 health points (HP)." Add more details to documentation as more features are added to the game.

FrancisTR commented 1 year ago

@FrostyNick Ben is writing the documentation for the game in a separate html page. Will be in the PR soon.

FrostyNick commented 1 year ago

tldr: A great website to convert markdown to HTML and vice versa: pandoc.org/try , check Standalone on top right for full HTML.

It probably makes more sense to use markdown for writing stuff compared to HTML. A lot less verbose, and it can be easily converted back and forth to HTML. which is a very powerful open source command line tool but also has an easy website to do all the conversions quickly. (Check standalone on the top right for the full html document).

If the reason is that he's familiar with html, I guess that's fair.