Skip to content

This project is my implementation of the Abstract Factory design pattern.

License

Notifications You must be signed in to change notification settings

dawidk09/Abstract-Factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abstract-Factory

Description

This program is a simple drawing application (console-based) with the ability to draw rectangles and squares. The program allows you to create figures of specified sizes.

Features

  • Drawing rectangles and squares.
  • Implementing two sets of figures with different appearances (using characters like # vs *).

How to Use

  • Clone this repository to your local machine.
  • Open the drawing program.
  • Use the provided commands to draw the desired shapes (the example of their invocation is provided in the Client class).
  • The program will display the drawn shape on the screen.

License

MIT License

About

This project is my implementation of the Abstract Factory design pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages