/socket-playground

Playing around with TCP and UDP sockets, learning how they work etc

Primary LanguageC++

Socket Playground

I am learning how to use sockets to connected two or more computer together, specifically for games. Here are just some random tests.

In order:

  1. TCP Chat

This is a server-client chat app, was first time succesfully using sockets.

  1. UDP Click Rects

You click to go to a new location, and it shows other players this as well.

  1. UDP Key Rects

You press on the keyboard to move, and it shows this other players as well.