A java bridge building game
This project was made by three students at INSA Lyon for second year computer science class.
In the game, you build your bridge and launch the simulation to see if it will be solid enough for the car to cross it. You can build from 3 different materials (wood, steel and tarmac) with different proprieties, but beware not to exceed the budget. The game includes 10 levels, and a level editor to create even weirder terrains.
The game uses the JBox2D library for the physics, an open source port of the C++ library Box2D. For the graphics, it relies on Swing with a modern theme provided by the FlatLaf.
The game is heavily inspired by Poly Birdge, a very cool game developed by Dry Cactus.
Requirement : Java 11 or above
Download the file named Ponts.jar
in the Releases section, and run it in the terminal by typing :
java -jar Ponts.jar
Give execute permissions to complile.sh
and execute.sh
scripts, and run them in this order :
chmod +x complile.sh execute.sh
./complile.sh
./execute.sh
You can run the project by openening it inside VS Code with the Extension Pack for Java installed.