Skip to content

An application built in C++ that takes instructions from the user and uses it to paint something on a text file!

Notifications You must be signed in to change notification settings

AbaanZ/CanvasArtist

Repository files navigation

Canvas Artist

Give the artist instructions to paint a portrait of your choice on a .txt file!

How do you give the artist instructions? Write them on a text file using the following format:

Pen status (1 for pen up, 2 for pen down), direction (N, S, E, W), number of moves, bold status (bold or regular brush strokes), and P to print out the image.

Example:

2, N, 11, B

2, W, 1

1, S, 1

2, S, 8

1, N, 10

2, W, 1, B

2, S, 12, B

2, W, 6, B, P

About

An application built in C++ that takes instructions from the user and uses it to paint something on a text file!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages