Releases: k-vernooy/tetris
Releases · k-vernooy/tetris
Tetris - V2
A new version of the tetris game, with new graphics and bug fixes!
Features
Features new in 2.0:
- New shadow for more accurate piece placement!
- Added level changing feature
- Command line args:
--easy --start-level n
- Fix occasional duplication bugs
- At any point during the game, press
r
to restart ande
to trigger the shadow
Contribute
Feel free to submit issues or pull requests, though it may take me some time to look at them.
Todo
- Add modes - touchdown, sadistic
- Add pause button
- Add settings screen - keyboard config
- Hard die on spacebar
Bugs
There is a known bug with a long bar on the first generation that I will look into. Additionally, level 24 gives an error, and any level higher than that will slow down incrementally.
Any other bug is unknown and should be reported.
First stable version
v1.0.0
The first stable version of the C++ tetris game!
Usage:
Clone with git, and then:
make
make install
tetris
Interface
↑ to rotate the falling shape
→ to move the shape right
← to move the shape left
↓ to drop the shape faster
CTRL+C at any time to quit the game
Issues
Please report any bugs! This project will probably be continually updated.
Todo
- Add levels, with higher scoring and faster game play
- Add different versions of the game with new challenges