Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
39 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
Enemy Pong
Developer   EnemyBoss
GenreArcade
PlatformWindows
Downloads665

About: Atari's Pong was the first game to use a video display, hence its the first videogame. Included in this package is a pong clone for windows, and Java. Source code, and all other files are included too. To play, click here.

Game Info How To Play Downloads Comments


Description

EnemyPong?!

Atari's Pong was the first game to use a video display, hence its the first videogame. Included in this package is a pong clone for windows, and Java. Source code, and all other files are included for you to study. Pong has all the essential programming elements of an action-oriented videogame, so its a good place to start.

Installation

Just unzip the contents into any directory, like c:\EnemyBoss\,
then run pong.exe to play the windows version, or open index.html in your browser to play the Java version.


Building from sources

To build the Java version, you need javac from J2SE SDK 1.4. Get it from http://java.sun.com. Mac users already have this.

Then in a command window, or shell type:

javac Pong.java

To build the windows version, you need make.exe from MinGW 3.1.

make

or

windres pong.rc -o pongrc.o
gcc -o pong pong.c pongrc.o -lgdi32 -lwinmm


System Requirements

Windows version should work on all Windows PCs. The Java applet version requires the Java2 SE SDK, or at least the J2SE JRE. Get it from URL: http://java.sun.com.


Screenshots

 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows