Skip to content

Releases: mehull-26/Pong-Game

2 Player Pong

22 Aug 12:58
9d2b30f
Compare
Choose a tag to compare
2 Player Pong Pre-release
Pre-release
  • A Pong Game, leveraging advanced features provided by DirectX 11 API.

  • Implements DIRECTX 11 API with forward rendering, with its own simple game mechanics system,.

  • Provides scene based scalable implementation of objects with colliders. Leverages inheritance for
    game objects present in a particular scene.

  • Currently uses modified Phong diffuse lightning model for emissive objects present in game.

IN DEVELOPMENT

  • Working on implementing LTC [ Linearly Transformed Cosines ] based specular and diffuse
    lightning for a more photo-realistic lightning, adding bloom post processing effect for glowing
    effect.

  • Game's UI/UX system is currently in progress.