Elixir Tetris course
course is 30% complete
Course Contents
- Understand Basic components needed.
- code basic components - Shape, Tile and Board
- understand Shape in more detail.
- move shape logic
- Rotate Shape
- Game Rules
- Game configuration
- Phoenix LiveView Counter example
- print Game to screen using CSS
Basic structure - Shape, Tile and Board Understand the Components We need.
Code the components
Understand Shape in more detail. Relation between coordinates and tiles.