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

Unlockables #8

Open
kilometersperhour opened this issue Jan 18, 2024 · 0 comments
Open

Unlockables #8

kilometersperhour opened this issue Jan 18, 2024 · 0 comments

Comments

@kilometersperhour
Copy link
Owner

Players should be able to unlock... things!

Immediately, this spawns two necessities: save data cache and things to unlock; in a nutshell, a progression system

What would players want to unlock?

Hypothetical avenue for saving data could be a QR code sparse enough that it can be captured by a cell phone (portable saves!), and it should also be saved locally so that a user can choose a save file. The saves should be mapped out as a tree... this is getting complicated quickly

Usernames, if pulled from English dictionary words, could be dereferenced basically as pointers by finding the index of the English word in an included dictionary. If the username "BurgerTreeFrog" is chosen, find the indices associated with the keywords and store the indices as binary in QR code.

The version of the save file should be held in the save itself so that all saves are forward compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant