| Thread Review (Newest First) |
| Posted by admin - 02-27-2026, 05:51 PM |
| been playing with AI going to put an AI chat bot online that you can communicate. Been experimenting with it, going work on the character background and lore. I might just put a different one on and let it loose. |
| Posted by admin - 02-26-2026, 05:46 PM |
A multi-channel text-based P2P chat program
Quote:import socket
Quote:HOST, PORT = 'localhost', 12345
Quote:def handle_client(client_socket):
Quote:def handle_connections(server_socket):
Quote:def main(): |
