Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML TCP as server for MUD  (Read 2823 times)

0 Members and 1 Guest are viewing this topic.

mickes27

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
SFML TCP as server for MUD
« on: September 06, 2019, 08:12:44 pm »
Hello,

I want to make MUD (Multi User Dungeon) game and looking for best library for networking. The game would be text based RPG, without any heavy graphics, but with expanded command system, lot of items etc. World will be built from "rooms", each room has 4 possible exits, connected with other room. Is choosing SFML good option? Can it handle multiple connections at the same time and will it be hard to make such server with barely no experience?