Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 387 Bytes

README.org

File metadata and controls

16 lines (11 loc) · 387 Bytes

Retris

./screens/retris.png

A very simple Tetris clone. Made in Rust using macroquad.

I simply couldn’t think of a better name.

TO-DO

  • Add simple game mechanics (pause, timer, points, etc)
  • Add textures instead of simple color rectangles
  • Add music
  • Check if WASM and other backends behave correctly
  • Add levels and other kind of fancy stuff