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

Author Topic: SFML UDP Multiplayer Tutorial Porject, Server in Boost.Asio (Source Code, Video)  (Read 2575 times)

0 Members and 1 Guest are viewing this topic.

json

  • Newbie
  • *
  • Posts: 1
    • View Profile
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:

Tigre Pablito

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • Email
Hi Jason

Just having seen the video I realize your project is very good, mainly for those who have to learn about multiplayer and networking. I'm going to read the tutorial.

I wish there was a copy (or binding) of the project to C# / SFML.Net.


 

anything