tetris_gui

Crates.iotetris_gui
lib.rstetris_gui
version0.1.1
sourcesrc
created_at2023-03-03 00:36:21.116775
updated_at2023-03-03 00:57:09.202108
descriptionRust implementation of Tetris using egui.
homepage
repositoryhttps://github.com/AloizioMacedo/tetris
max_upload_size
id799282
size119,835
Aloizio Macedo (AloizioMacedo)

documentation

README

Introduction

This is an implementation of some of the rules of the popular Tetris game using egui for the graphical interface, done for education purposes.

MarineGEO circle logo

Installation and how to run

If you have cargo, just run

cargo install tetris-gui

and run

tetris-gui

in the command line.

Commands

  • Arrow keys control movement;
  • Q/E controls counterclockwise and clockwise rotation respectively;
  • Z hard drops;
  • Space pauses.
Commit count: 40

cargo fmt