This repository contains the assignments for the ObjectOrientedProgramming course in the Computer Engineering program. The assignments are focused on developing skills in object-oriented programming through the implementation of various programming concepts.
To run the programs in this repository, you need to have the following installed on your computer:
Java 8.0 or higher
An IDE (such as IntelliJ IDEA) or a text editor (such as Sublime Text or Atom)
To get started, clone this repository onto your computer:
git clone https://github.com/rafaelfigueredog/ObjectOrientedProgramming.git
Then, navigate to the repository:
cd ObjectOrientedProgramming
Each assignment is contained in its own folder and includes instructions for what needs to be implemented. To run a program, navigate to its folder and run the main Java file.
Contributions to this repository are welcome. If you notice any issues or have suggestions for how to improve the assignments, please submit a pull request.