Pong v1.0 by Travis Somerville

Play pong against an opponent.  You will need to compile locally to examine this code - making room for new server.

Learn: embeded sounds, basic collision detection, sprites and mxml, basic multiplayer networking / sockets, game timers, data binding, and read simultaneous key presses.

Client 1.4: Actionscript 3.0
Download Flex Project

Server JAGS 1.4: Java
Download Executable Jar | Download Netbeans Project
TankAPE v1.1 by Travis Somerville

Working demo - utilizes an open source physics engine.  This version can detect other player's tanks coming in/out of your physics world.

Learn: Serializing native AMF3 objects across the internet, Base64 encode/decoding, custom events, physics, multiplayer, jags m (multigame) events.

Client 1.4m: Actionscript 3.0
Play It Now | Download Flex Project

Physics: APE (trunk version 79) Modified
(Included in client download)

Server JAGS 1.4m: Java multi-game server
Download Executable Jar | Download Netbeans Project
Check out my blog for detailed help documentation, see http://flexjavagames.blogspot.com/
Roof Pitch Calc by Travis Somerville

Simple handy-man type tool.  Given a certain roof pitch and wall height, calculate the correct board cuts.  I will develop this further.

Client: Actionscript 3.0
Use it

Server (Not applicable)