Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
/ Ponts Public archive

Java brige bulding game

License

Notifications You must be signed in to change notification settings

Lysquid/Ponts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ponts

A java bridge building game

screenshot

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.

Credits

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.

Running the game

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

Linux only

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

Alternative

You can run the project by openening it inside VS Code with the Extension Pack for Java installed.

Demo

output.webm