package models case class Brick(x: Int, y: Int, text: String, color: String, textColor: String)