tridecco / game-client-web

Tridecco Game Client is a frontend application designed to support Tridecco games. It provides user interface rendering, user interaction handling, dynamic content loading, and communication with the backend server.
https://play.tridecco.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

feat: Add How to Play Page and Update Navigation Bar to Include It #61

Closed TKanX closed 3 days ago

TKanX commented 4 days ago

Summary:

Created a new instructions page with detailed guidelines, updated the navigation menu to include a link to this page, and compressed images to improve performance.

Related Issues:

Closes #59

Changes:

Screenshots:

instructions

tedhyu commented 3 days ago

This is wonderful. Good job.

Minor comment: Last paragraph: "All of your game records" instead of "All your game records"

TKanX commented 3 days ago

It looks great. I have a minor grammatical correction:

"All of your" instead of "All your" in final paragraph

Hi Dr. Yu,

Next time you have such a small fix, you can modify and submit it directly in the pr branch, or edit or suggest the corresponding file in the "Files changed" page of the code review. Please do not merge the branch with the error into main.

@tedhyu