Skip to content

Releases: k-vernooy/tetris

Tetris - V2

01 Dec 22:58
429cd5c
Compare
Choose a tag to compare

A new version of the tetris game, with new graphics and bug fixes!

Screen Shot 2019-12-01 at 5 55 45 PM

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 and e 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

14 Oct 13:26
Compare
Choose a tag to compare

v1.0.0

The first stable version of the C++ tetris game!

Screen Shot 2019-10-13 at 9 30 39 PM

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