Introduction

This is a DHTML version of the famous video game Pong - one of the very first video games. It looks like this:


The player who scores 15 points first wins the game.

This script was tested with the following operating systems and browsers:

Windows XP:IE 6 - 8, NN 4 + 7, Opera 7 + 9, Firefox 2 + 3, Chrome 3
Mac OS X:IE 5, Safari 1

If you use another browser or operating system, this script may not work for you - sorry.

Notes

Usage

Adapt the configuration to your needs and insert this line into your HTML body where you want the game to appear:
<script language="JavaScript" src="pingpong.js"></script>