Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.04 KB

2 Player Pong Game

image

RECOMMENDED : To run application on a GPU. CPU rendering might cause sloppy frames at higher resolutions.

Release Build in 'Pong Game\#Game Release Build' folder.

How to Build

(ENSURE THAT YOU HAVE WINDOWS SDK INSTALLED ON YOUR DESKTOP)

  • Run visual studio solution, and build the solution.
  • Incase of LINKER errors, try cleaning and rebuilding the solution
  • If errors still persist, inform me at [email protected]
  • To get a non full screen build, set FULLSCREEN variable in "gameclass.h" as false.

CONTROLS

  • A/D, left/right arrow keys for paddle movement
  • W/S, up/down arrow keys for sensitivty control.
  • Press space to Pause game.
  • Press 'P' to start game.

NOTE : The game's UI is still in progress and hasn't been integrated yet. Also various UX features including changing of light colors, power UPS are yet to be included. LTC lightning model for more realistic specular lightning also in development.