Hello devlog forum readers, I decided to start a thread here for my personal passion project, The Bardo!

I recently updated the Godot client for the game, and I publish all of the client source code on the game page for the project.
The Bardo is a text based multiplayer online game, technically a "MUD", but it uses the UTF-8 glyph set (emoji) and the Unifont open source universal bitmap font to render consistent "graphics" in terminal using text characters. This allows the game itself to take the form of more of an overhead Rogue-like rather than a traditional "read the room and type commands" style MUD.
The game can be accessed from any Telnet client and does not need to be played using the Godot client at the game page. It is "client agnostic" and I hope in the long run players will create their own clients to interact with the game.
Although I have not yet released the server code publicly, I do also plan to release the server itself -- custom written by myself in Java over the last several years. If you have any questions or run into any difficulty trying to test out the game, please let me know!

Next plans for the game include:
-Adding (clickable) hypertext to the client so less typing is required.
-Adding the ability to click the map to move in the Godot client rather than moving with WASD or arrow keys
-Making the client work on the web
-Making the client work on mobile (eventually)
-Continued gameplay side development

Thanks for checking out the project!
-m





