Skip to content

A Java clone of Bubble Trouble made by Group 4 for the course Software Engineering Methods 2015-2016, as part of the bachelor Computer Science at the Delft University of Technology

Notifications You must be signed in to change notification settings

Pathemeous/sem-group-4

Repository files navigation

Bubble Trouble Build Status

A java clone of the game "Bubble Trouble".
Made by Group 4 for the course Software Engineering Methods 2015-2016.

Starting the game

To guarentee that the game will run properly, use the following Maven build goals:

clean package exec:java -Dexec.mainClass=nl.tudelft.controller.MainApp

This will ensure that all natives are downloaded properly.
The command also clears all natives and the site before starting the game.
As a result the game takes a little longer to start, but all tests will run properly.

Playing the game

You can start the game by either clicking "1 Player" or "2 Players" on the menu screen.
Player 1 uses (by default) the left and right arrow keys to move and the space bar to shoot.
Player 2 uses (by default) the a and d keys to move and the w key to shoot.
Options (key bindings, sound, logger severity) can be changed in the options menu.
Highscores can be viewed by hitting the highscores button on the main screen.
The game can be paused by hitting the escape key.

About

A Java clone of Bubble Trouble made by Group 4 for the course Software Engineering Methods 2015-2016, as part of the bachelor Computer Science at the Delft University of Technology

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages