davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

A home directory for every user #181

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

Directories already exist under the /game/home folder for a few wizards, allowing them to create custom rooms and such. However, as changes are being made in the new_console branch, it has become clear that this would be an easy place to store many different useful files, such as:

To make this possible, a new home directory would have to be created when a new user was created. This would probably also be the job of the console overseer for security reasons.

Important note: This proposal solely concerns creating home directories under /game for game users, not creating a UNIX user for every game user with a top-level /home directory.