Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdmnew/tetris_bevy
https://github.com/tdmnew/tetris_bevy
bevy game-development rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdmnew/tetris_bevy
- Owner: tdmnew
- Created: 2024-09-05T18:49:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T22:00:04.000Z (3 months ago)
- Last Synced: 2024-10-12T05:42:38.464Z (2 months ago)
- Topics: bevy, game-development, rust
- Language: Rust
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.~