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

Author Topic: How to make a game multiplayer?  (Read 4059 times)

0 Members and 1 Guest are viewing this topic.

lukaius

  • Guest
How to make a game multiplayer?
« on: November 28, 2017, 08:23:34 pm »
 `
« Last Edit: December 07, 2017, 04:37:30 pm by lukaius »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: How to make a game multiplayer?
« Reply #1 on: November 28, 2017, 08:32:33 pm »
Because the SFML tutorials aren't here to teach you programming nor how to create a game. We only give you hints how to use SFML, what you do with SFML itself is something you need to learn elsewhere.

Also, don't use capital letters for titles or text.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

HoodedSpectre

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How to make a game multiplayer?
« Reply #2 on: December 03, 2017, 06:10:52 am »
There's nothing to be ashamed of, learning C++ from a PDF. It's no different than reading a book a college gives you. If you want some good tutorials in general you can check out packtpub.com they have a massive selection of programming books and videos that cover a wide array of topics including game programming.

One I would suggest is SFML Blueprints this book has a section dedicated to teaching you how to program a networked game. Another I would highly recommend is SFML Game Development By Example he does an amazing job explaining networking and takes you through a couple scenarios to get your feet wet with network programming.

lukaius

  • Guest
Re: How to make a game multiplayer?
« Reply #3 on: December 05, 2017, 02:11:41 pm »
Picked up Sfml  essentials. It's  Really great in the way it presents infomation

 

anything