Pong Version One

Pong is part of a multi part talk I gave for Inland Empire Software Development to teach how to create games in Unity. This project was used in Part One.

Project Github
Pong Part Two

Table Of Contents

Introduction

Pong was the first commercial available video game, and it played a major role in starting the gaming industry. Why not learn Unity while making a Pong game? We will learn to import and use prefabs, create game objects, keep our game organized, assign Physics to our game objects, and write a simple controller script for our ball and paddles. At the end of these talks, we will have a working Pong game.

To get set up, please check out these instructions.



Presentation Video

Creating Pong in Unity
Creating Pong in Unity

The Game

The Team

Acknowledgements

Thanks to Inland Empire Software Development for allowing me to present.