diff --git a/README.md b/README.md index 3278f7d..67ef02a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. +- [x] 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.