Bridge Builder

as of 02-17-07

I've been trying to make a Bridge Builder style game in Java recently.
You can view this here: BridgeBuilder Game

If you use Xcode, you can download the project files here:

BridgeBuilder.zip


Otherwise, you can get the individual .java classes here. If you bother to compile each of these files, you should get the actual game.

BridgeBuilder.java
Constraint.java
Particle.java
ParticleConstraint.java
StaticParticle.java
Tile.java
TileMap.java
Vector2.java