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
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
On the main screen we can set the number of the players.
Game
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 |
---|---|
javadoc | The Javadoc documentation of the projekt |
src | The source of the projekt |
Dokumentáció.pdf | Hungarian documentation |