This repository is a Java Project about the One Piece World, the goal is to develop around 20 classes and interacting them with inheritances, polymorphism etc.
- Built with Java (Maven project structure).
- Includes source code, UML diagrams, and project configuration.
one-piece-world/
├── src/
│ └── main/
│ └── java/br/eng/corsini/
│ └── onepiece_en # English Package
│ └── onepiece_ptbr # Brazilian Portuguese Package
│ └── MainBr.java # Brazilian Portuguese Main Class
│ └── MainEn.java # English Main Class
│ └── resources/ # Resources folder
| └── test/
├── .gitignore # Git ignore file
├── LICENSE # MIT Student License
├── README.md # Project documentation
└── pom.xml # Maven configuration file
- Java (main programming language)
- Maven (dependency and build management)
- Dia (diagram design tool)
- Git/GitHub (version control and hosting)
- English version:
- Portuguese version:
- Clone the repository
git clone git@github.com:pedrocorsini/one-piece-world.git
- Pull the lastest changes
git pull origin main
- Compile the project
mvn clean compile
- Run the project
mvn exec:java -Dexec.mainClass="br.eng.corsini.<MainClass>"
👤 Pedro Corsini
⭐ If you like this project, consider giving it a star!

