This is a baccarat game application developed in java 1.7 version with swing interface. It is developed by the gaming lab (MPI-GERDC). This game is aimed for students in MPI Bachelor of Science in Computing programme to study the gaming specialist. This simulation will help students to learn the baccarat game rules, logic, and test the betting systems of their own.
-Baccarat game will automatically play in every 10 seconds (default value can be changed)
-Baccarat game can show the last 35 games for players to see the pattern
-It has the configuration page to allow changing the game parameters: table limits, number of decks to play, etc...
-It has a report page for player to see the summary of the current session
The MPI Baccarat game is packed as a JAR file. This JAR file is required JRE 1.7 version to execute. For simplicity, you can execute the run.bat file to run the game.