Networked Ateroids Game

Subject: CS260

Instructor: Eder Beldad

Language: C++

Course Description

This course introduces the hierarchical network communication in a
distributed computing environment. Course topics cover network
technologies, architecture, and protocols. The curriculum gives specific
emphasis to the TCP/IP stack and in making students familiar with writing portable socket based software.

Project

This project was about creating a networked multiplayer asteroids game in C++ using the UDP protocol. I had to make sure that things were sent and received in a reliable and efficient way.