This project demonstrates the implementation of the Scan Line Fill Algorithm using Python’s Tkinter graphics library.
The application renders a professional-style chessboard with:
● A smooth gradient wooden frame
● An 8×8 board generated using scan-line filling
● Alternating black and light squares
● Animated rendering effect
● Coordinate labels (A–H and 1–8)
The main objective of this project is to visually illustrate how the Scan Line Algorithm works in Computer Graphics.