Tron Game

This was a group project in which my role was to handle the networking / multiplayer aspect of the game.  This application implements the Model-View-Controller (MVC) pattern. The server runs in a thread and handles all client connections.  Each client connection is represented by its own class (Client) which handles sending a message to the …

Tron Game Read More »