Skip to main content

Local PvP Game in Java

Description

The software is a two-team strategy game where one team's goal is to get the water to the finish line, while the other team's goal is to prevent this. First, we created a framework that illustrates the basic connections and structure of the program under construction. After that, a playable but not yet complete version is created. Finally, the graphical display and the full game was implemented.

Use-Case Diagram

Use-Case diagram

Class Diagram

class diagram

Installation

The code can be compiled with the javac *.java code, this command must be issued within the project folder.

How to run

The code can be run with the java Main command, in the folder where we compiled the code.

Screenshots

Main screen

Menu

info

On the main screen we can set the number of the players.

Game

Game

info

The current player is marked by the red square . On the right you can see the playable actions and the state of the game.

Projects Content

Folder(s)/File(s)about
javadocThe Javadoc documentation of the projekt
srcThe source of the projekt
Dokumentáció.pdfHungarian documentation