Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 801 Bytes

File metadata and controls

23 lines (18 loc) · 801 Bytes

Quantik Game in Java

Description

This project implements the board game Quantik in Java. The main goal of this project was to learn and practice object-oriented programming (OOP) principles and learn Java.

This project was completed during the second year of my Bachelor's degree in Computer Science, for the subject Programming methodology.

Purpose

The purpose of this project is to gain experience with object-oriented programming concepts such as:

  • Classes and Objects
  • Inheritance
  • Polymorphism
  • Encapsulation
  • Abstraction

Features

  • A version of Quantik game.
  • Implemented using Java's object-oriented programming features.
  • Simple command-line interface for gameplay.

Technologies Used

  • Java Programming Language
  • Object-Oriented Programming (OOP)