/retris-gitlab-mirror

read-only mirror of retris gitlab repo

MIT LicenseMIT

RETRIS -- RED-lang Tetris Demo


FILES

File Description Binary*
retris.red The 210-line original, including:
  • Score calculation & Hall of Fame
  • Difficulty increase
  • Stats & next piece display
  • Ability to Pause & Restart
  • Support of various sets of keys (WASD, Digits)
  • Standard-compliant piece rotation & positioning
  • Grid for better snapping
  • Fancier graphics
  • RAM usage optimizations (in the lack of GC)
binary/win32
retris-xs.red The minified 100-line version
It's kept at the very minimum and does not include any of the advanced features
binary/win32

* graphics support on other platforms doesn't yet allow running Retris. YOU can help by isolating the problems and filing new tickets

TESTING

In case any problem occurs in the binary, try downloading the source and executing `do %retris.red` from the Red console. You can raise issues in this repo or chat me in Gitter.