Skip to content

pedrocorsini/one-piece-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏴‍☠️ One Piece World

GitHub contributors GitHub last commit GitHub issues

Java Maven GitHub

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.

📚 Project Overview

  • Built with Java (Maven project structure).
  • Includes source code, UML diagrams, and project configuration.

📂 Repository Structure

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

🛠️ Tools & Technologies

  • Java (main programming language)
  • Maven (dependency and build management)
  • Dia (diagram design tool)
  • Git/GitHub (version control and hosting)

🖼️ Project Diagram

  • English version:

english-diagram

  • Portuguese version:

portuguese-diagram


How to run

  1. Clone the repository
    git clone git@github.com:pedrocorsini/one-piece-world.git
  2. Pull the lastest changes
    git pull origin main
  3. Compile the project
    mvn clean compile
  4. Run the project
    mvn exec:java -Dexec.mainClass="br.eng.corsini.<MainClass>"

✨ Author

👤 Pedro Corsini


⭐ If you like this project, consider giving it a star!

About

Java project of the One Piece world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages