This project is a Java-based challenge completed for DIO (Digital Innovation One). It aims to demonstrate fundamental skills in Java programming through a hands-on exercise involving board game logic and object-oriented concepts.
JavaBoard is a simple Java application designed to solve a programming challenge. The project serves both as a learning tool and as a showcase of Java fundamentals, including classes, encapsulation, and basic game mechanics.
- 100% Java codebase
- Object-oriented design
- Board game logic implementation
- Modular and easy to understand code structure
- Java 8 or newer
- Maven or Gradle (optional, depending on your setup)
-
Clone this repository:
git clone https://github.com/renansouza12/JavaBoard-Exercicio-DIO.git
-
Navigate to the project directory:
cd JavaBoard-Exercicio-DIO
-
Compile the project using Java (assuming you have JDK installed):
javac -d out src/*.java
-
Run the project:
java -cp out Main