Open celophi opened 7 years ago
@celophi I can help with this. anyway hows the emulator doing is it playable already?
@karlseven The emulator is not playable yet. We are still in a very early stage, and there are many core components that need to be worked on.
If you'd like to help with this, then you are welcome to make a PR. I would also mention that there is some additional work done in this commit related to this issue. However, that shouldn't stop anyone from wanting to improve upon it or build something new.
This proposal is to create a site project that adds functionality for creating and managing accounts. Currently, new accounts must be created through the client by specifying only a desired account name and password. Afterwards, an account is created if none exists.
Problems with this approach would include the following:
As for the project structure, it seems likely that this feature would be added to the
WebServer
project.