1
Network / Re: How to make a game multiplayer?
« 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.
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.