Collaborative ASCII Drawing with Telnet

The author introduces a collaborative ASCII drawing project using Telnet, allowing users to draw on a shared canvas by connecting to `telnet bram.town`. They provide details on user input with xterm terminals and how to render output. The author shares their experience of debugging and the importance of setting certain parameters correctly to prevent client crashes. A significant aspect is the mention of a project called mapscii.me for inspiration. The author also mentions additional features like drawing, panning, and erasing pixels, aiming to add more functionalities. Overall, the project involves multiple users interacting on a global canvas with unique features like layering and cursor representation.

https://jott.live/markdown/telnet_draw

To top