A simple chat program to aid me in understanding how sfml-network works

Gnomorian 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
.gitignore abbf1b06da Server and Clients can talk 6 달 전
IRC.pro 92dd0eede6 Added Packet management and added NetworkCommon 6 달 전
LICENSE 8c1be28be1 Initial commit 6 달 전
README.md 3fc8557461 Create README.md 6 달 전
client.cpp 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
client.h 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
main.cpp 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
networkcommon.cpp 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
networkcommon.h 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
remoteclient.cpp f083a1a7cb clients can add their name and fixed bugs 6 달 전
remoteclient.h 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
server.cpp 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전
server.h 6a0c4932a4 changed std::string to sf::String, fixed users not 6 달 전

README.md

IRC

a simple chat program using SFML to help me get my head around server/client archetecture for the Tradegy game