Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tdmnew/tetris_bevy


https://github.com/tdmnew/tetris_bevy

bevy game-development rust

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tetris_bevy

A simple Tetris clone made in Bevy.

This was more a challenge to myself to attempt creating the game without any tutorials/guidance save for the Bevy/Rust docs. No doubt there are better ways to approach this task, but I went into this totally blind.

Still has a few bugs with collision that I may try to iron out.

## TODO

- ~Tetromino Rotation~
- ~Scores~
- ~Fix collision bugs with rotation and acceleration~
- ~(Maybe) replace the simple shapes with actual sprites.~