Property | Value |
---|---|
Project Name | The Delightful Letters Mess |
Project short code | TDLM |
Projet code repo | https://github.com/niksonleonard/mamu-adventure |
Project Management Page | https://github.com/users/niksonleonard/projects/3/views/1 |
It is a project to intent to study Game Development and who knows be a solution to catch resource for the Hospital de Amor institution.
Well, to have a good and enjoyable reading of it documentation it is remcomended to open it using Obsidian. It is not a FOSS kind of software but til now it is free and could be helpfull.
If accessing via Github you can direct to main documentation at Documentation Directory
The story can be found in Game Story Narrative Document page.
Here some places in web to get free studff
https://freesound.org/people/InspectorJ/sounds/412068/ https://freemusicarchive.org/home
| Projet code repo | https://github.com/niksonleonard/mamu-adventure | | Project Management Page | https://github.com/users/niksonleonard/projects/3/views/1 |
Do you need some help with Markdown language? https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links
Lets try to have a good commit history? For now just a suggestion but soon lets adopt it: Conventional Commits
About User Story: https://blog.myscrumhalf.com/en/user-stories-o-que-sao-como-usar/
Git commands to remember
git pull origin main
git add -A
git commit -m"here goes the message that explains the changes"
git push origin main