1
SFML projects / SFML UDP Multiplayer Tutorial Porject, Server in Boost.Asio (Source Code, Video)
« on: March 21, 2018, 01:22:35 am »
This is my first SFML project, and to make it more interesting i went multiplayer. For the server side, I used Boost.Asio. This is definitely not a complete game, but just a little project for those who want to get started on Boost.Asio for creating multiplayer game with SFML.
Tutorial is also included that explains stuff about SFML and Boost.Asio components used in the project.
Open up the server, and open up multiple clients.
Key: WASD to move.
Tutorial: http://gojasonyang.com/post/BoostAsioPart1.html
Source Code: https://github.com/dci05049/SFML-BoostAsio-UDP-Multiplayer
Video:
Tutorial is also included that explains stuff about SFML and Boost.Asio components used in the project.
Open up the server, and open up multiple clients.
Key: WASD to move.
Tutorial: http://gojasonyang.com/post/BoostAsioPart1.html
Source Code: https://github.com/dci05049/SFML-BoostAsio-UDP-Multiplayer
Video: