Home


Lesson 3

ASCII rendering

Task 0

Make vertical lines drawing possible.

Task 1

Make plot method detecting out of bounds case.

Task 2

Create a file with points separated with lines (4 digits per line). Read it and display on screen. Detect buffer size you need to display everything.

Task 3

Extend engine to draw line with multiple colors (one line - one color). Depending of your platform, solution could be different.

Task 4

Make method rect(int x, int y, int width, int height, chat c, int color) to draw a rectangle.

Task 5

Create conway's game of life.