Skip to content

Добавить в функцию рисования цвет клеток и выделения #22

Description

@Former

После выполнения задачи #9 в функцию рисования необходимо добавить:

  • Буквы и цифры по краям
  • Цвет (белые и чёрные)
  • Возможность пометить особым цветом выделенные клетки (добавить параметр getCustomColorFunc, который возвращал бы по Point(x,y) цвет клетки)
  • Переделать с х, у, на Point(x,y)
def CreateHTMLTable(getValueFunc, getCustomColorFunc, width, height):
     return ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions