This Project's Goals
We will learn the fundamentals of Go programing by making a Pong like game. Pong is an early computer game where you bounce a ball around by moving a paddle. It’s a simple game but loaded with important programming basics for sprite operation and movement calculations.