Added initial feature list to README.md
This commit is contained in:
parent
e37181fe35
commit
74f41158a7
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Urchin
|
||||
This is a project I have created to teach myself C and protobuf. It will
|
||||
eventually be a MUD that may or may not link into my other software projects.
|
||||
|
||||
## TODO
|
||||
### Road to v0.1
|
||||
- [ ] Create initial communication process between clients and server.
|
||||
- [ ] Handle multiple connections.
|
||||
- [ ] Use openssl so passwords arn't going over the internet via plaintext.
|
||||
- [ ] Create world data structure.
|
||||
- [ ] Create an initial set of actions to allow some kind of interaction.
|
||||
- [ ] Move
|
||||
- [ ] Look
|
||||
- [ ] See if another client is in the room.
|
||||
Loading…
Reference in a new issue