No description
Find a file
2023-08-16 13:37:21 +01:00
src Fixed Login message and made unpacking work better 2023-08-16 13:34:48 +01:00
urchin-util Cleaned up debug messages 2023-08-16 13:37:21 +01:00
.gitignore Created a simple world storage method 2023-08-09 14:47:57 +01:00
CMakeLists.txt Created a simple world storage method 2023-08-09 14:47:57 +01:00
README.md Added temp login function. 2023-08-08 11:29:48 +01:00

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.