Skip to content

IGME-RIT/pong-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation & Tutorial Author: Sanketh Bhat, 2019

This tutorial was designed for Visual Studio 2017 / 2019
If the solution does not compile, retarget the solution
to a different version of the Windows SDK. If you do not
have any version of the Windows SDK, it can be installed
from the Visual Studio Installer Tool

Pong AI

>A simple OpenGL code example showing applied game physics in pong. This example is based of Simple Pong, but player 2 is controlled by a VERY simple AI.
>Feel free to adjust it/implement your own!
>The paddles and ball are rendered from one stored quad scaled differently.