Check out my blog for detailed help documentation, see http://flexjavagames.blogspot.com/
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
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)
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
AS3 to Java Login 1.1 by Travis Somerville

Want to see how to make your Actionscript3 game into a multiplayer game?  Then try this clean, basic hello world template to start from.  It gives you the flexibility to put as much or as little logic in the Java server as you would like.

Client learning: basic multiplayer networking with the JAGS 1.4m server, game timers, keyboard inputs, login example, and a game start event, making your own events.

Server learning: IGame (the basic class to hook your java game into the JAGS server), and login command examples.

How to: Download and run JAGS1.4.jar first, then run multiple AS3 clients.
Then go back and download the source to use for your game.

Client 1.4m: Actionscript 3.0
Run AS3 Client
  | Download Flex Project

Server JAGS 1.4m: Java
Download Executable Jar | Download Netbeans Project