Skip to content

renansouza12/JavaBoard-Exercicio-DIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaBoard - Exercício DIO

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.

🚀 About

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.

📝 Features

  • 100% Java codebase
  • Object-oriented design
  • Board game logic implementation
  • Modular and easy to understand code structure

📦 Requirements

  • Java 8 or newer
  • Maven or Gradle (optional, depending on your setup)

⚡ Running the Project

  1. Clone this repository:

    git clone https://github.com/renansouza12/JavaBoard-Exercicio-DIO.git
  2. Navigate to the project directory:

    cd JavaBoard-Exercicio-DIO
  3. Compile the project using Java (assuming you have JDK installed):

     javac -d out src/*.java
  4. Run the project:

    java -cp out Main

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages