Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 911 Bytes

GameTechMultiplayerGame

Multiplayer version of 3D Pong playable over LAN created by myself, Alissa Hall, and Anurag Papineni.

Implemented using the following open source libraries:

Ogre3D (Graphics)
Bullet (Physics)
SDL (Sound and Networking)
CEGUI (GUI)

To play the game on UTCS lab machines:

Open a terminal
CD in to the game directory
./buildit
./assignment3

To play a multiplayer game:

Launch game
Click "create server" on one computer
Click "join server" on another computer and enter the host name of the server computer

Controls:

W to move your paddle up
A to move your paddle left
S to move your paddle right
D to move your paddle down
ESC to quit

Screenshots: Main Menu

MP Game

End Screen