#254·lab

Upside down SDL render

Author: ashok-aroraCreated May 3, 2025Updated May 3, 2025

Thank you for sharing the code. When I run the command:

bash
bazel run :python_random_agent --define graphics=sdl --  \
      --length=10000 --width=640 --height=480

I get an upside down render:

Image

What should I modify to get it in the correct order?