Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cannot update the color of the grid in GraphicEnvironment #1134

Closed
@tirthasheshpatel

Description

@tirthasheshpatel

This script must add red color around the grid but instead the color of the grid never updates:

from agents import *
env = GraphicEnvironment(color = {'Wall': (255,0,0)}, display=False)
env.add_walls()
env.reveal()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions