Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 515 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 515 Bytes

Python MUD Project

License:

MIT License

Copyright (c) 2024 malkamius

Features:

  • Serves over Telnet
    • CharSet negotiation including Windows-1252 and UTF-8
    • TelnetType negotiation
    • Color (ANSI, 256, RGB)
  • Rooms with exits
  • Cardinal movement commands
  • Communication command(s

Planned:

no particular order
  • Some known Telnet Type supported options, like color
  • NPCs
  • Items
  • WebSockets
  • WebServer
  • Html Telnet Client
  • SSL over sockets on a separate port from Telnet