v0.1
As documented in roadmap.md, this milestone will include:
Database
The database schema needs to allow multiple characters per account, and to allow for the storing of account preferences and SSH public keys.
Network
I want to be able to successfully connect via SSH with a new username, set a password, create a character, disconnect, then log back in with …
As documented in roadmap.md, this milestone will include:
Database
The database schema needs to allow multiple characters per account, and to allow for the storing of account preferences and SSH public keys.
Network
I want to be able to successfully connect via SSH with a new username, set a password, create a character, disconnect, then log back in with my password and use that character.
SSH keys will not be supported at this stage.
Second, I want non-SSH connection to work (for now, plaintext only). This will require a different auth flow.
Interface (SSH)
There should be a basic interface available after logging in via SSH. It should have a scrolling output area and a separate area for the user's text input. The input area should support basic readline
-style editing.
World
There should be commands to create rooms and actions, and to set descriptions. There should be ability to link actions to rooms, such that rooms can be traversed via the actions. Players should be able to move around (and be seen moving around), and should be able to speak and do poses which can be seen by other users.
Scripting
Support Interscript in object descriptions.
There are no open issues in this milestone.
Add issues to milestones to help organize your work for a particular release or project.
Create new issueOr find and add issues with no milestone in this repo.