niksonleonard / the-delightful-letters-mess-game

2 stars 1 forks source link

The Delightful Letters Mess Game

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.

Documentation Stuff

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

Narrative

The story can be found in Game Story Narrative Document page.

Assets resources to get development faster 🐎

Here some places in web to get free studff

https://freesound.org/people/InspectorJ/sounds/412068/ https://freemusicarchive.org/home

Development

| Projet code repo | https://github.com/niksonleonard/mamu-adventure | | Project Management Page | https://github.com/users/niksonleonard/projects/3/views/1 |

Our great and free development tool box

Some development interesting stuff to study

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

Versioning

Project managemen awesome stuff

User Story as method to describe demand

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