This project is a recreation of Damien Hirst's iconic dot paintings using Python's Turtle graphics module. Each dot is randomly colored and placed in a grid to create a vibrant, generative artwork.
Inspired by Damien Hirst's spot paintings, this Python script uses the Turtle module to:
- Create a grid of dots
- Randomly choose colors from a pre-defined color palette
- Simulate generative art using basic programming concepts
- Language: Python ๐
- Graphics: Turtle Graphics ๐ข
- Tools Used:
random,turtle
