A DSi Pictochat-Styled Chatroom created with C# and WPF.
The communication itself is entirely made up of UDP sockets. It uses a client-to-client structure so that anyone who is on the same network as you can use the chatrooms and each room has a dedicated port where all the relevant info goes through.
- Run the release.py file located in the root directory of this project