Open gringrape opened 1 year ago
Board
추가Border
를 자식 요소로 갖고 있음. Border
- 회색 블록https://github.com/gringrape/coding-life/issues/30#issuecomment-1460328655
val Border =
Group(
// 규칙: x = 0 or last, y = 0 or last
// Cell(Grid(0, 0), RGBA.Silver),
// Cell(Grid(lastX, 0), RGBA.Silver),
// Cell(Grid(0, lastY), RGBA.Silver),
// Cell(Grid(lastX, lastY), RGBA.Silver)
)
GameScene.scala
model 에 block 의 위치 정보를 넣고, 시간이 감에 따라서 아래로 내려오도록한다.
빛에 따라 색깔을 다르게 준다. https://github.com/gringrape/coding-life/issues/30#issuecomment-1460328655
테트리스 게임 만들기
engine: Indigo