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

Loans from and for Players #29

Open
MaggiMiner opened this issue Mar 16, 2021 · 6 comments
Open

Loans from and for Players #29

MaggiMiner opened this issue Mar 16, 2021 · 6 comments
Labels
enhancement New feature or request multiplayer Only applies to online multiplayer sessions
Projects

Comments

@MaggiMiner
Copy link

MaggiMiner commented Mar 16, 2021

make it possible to give out loans to other players, and a rate the loan giver wants, with that new players get money, and rich players get passive income. This could be an addition or replacement of the current Loan system.

@jeremyckahn
Copy link
Owner

Hah! I love this idea. It’s definitely an interesting take on expanding the multiplayer features.

This data will have be stored in a non-volatile data store (like MongoDB or Postgres). Right now all we have is a Redis instance, which is volatile. This will have to be a longer term feature, but I will keep it open!

@jeremyckahn jeremyckahn added enhancement New feature or request multiplayer Only applies to online multiplayer sessions labels Mar 16, 2021
@MaggiMiner
Copy link
Author

for the loans, if a player restarts the save, the person(s) giving out the loan(s) should be refunded.

@MaggiMiner MaggiMiner mentioned this issue Mar 16, 2021
@jeremyckahn jeremyckahn added this to Backlog in Todo list via automation Mar 16, 2021
@jeremyckahn jeremyckahn moved this from Backlog to Parking Lot in Todo list Mar 16, 2021
@karlerik-simon
Copy link
Contributor

karlerik-simon commented Jan 1, 2023

Sounds like a fun issue!

@jeremyckahn
Copy link
Owner

Sounds like a fun issue!

Agreed! As I mentioned above, this would require some backend infrastructure that we don't have now. We might be able to get something basic working with free tiers for some services like MongoDB, but eventually we'll have to bite the bullet and look to using Patreon or something to fund proper server resources.

@karlerik-simon
Copy link
Contributor

Indeed, I could try setting something up and just playing around with different alternatives.

@jeremyckahn
Copy link
Owner

@karlerik-simon please do! I don't have a firm idea about how this all might work, and I'd like to see what you and others have in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request multiplayer Only applies to online multiplayer sessions
Projects
Todo list
  
Parking Lot
Development

No branches or pull requests

3 participants