Skip to content

Hahihula/no_std_tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no_std_tetris

A minimalist, flexible Tetris implementation in Rust that works in both no_std and standard environments. This crate provides a core Tetris game engine that can be used on embedded systems, in terminal applications, or in any Rust project needing Tetris gameplay.

Crates.io Documentation License: MIT OR Apache-2.0

Project structure

no_std_tetris/
├── no_std_tetris           # the crate
├── terminal_example        # terminal example
├── esp32_c3_example        # example implementation on esp32-c3
├── LICENSE
└── README.md

About

simple tetris game in no_std rust with example implementation using std and terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages