2024-01-12 15:02:10 by pin | Files touched by this commit (3) | |
Log message: games/tetris-tui: update to 0.2.10 - add build script to override CARGO_PKG_VERSION - build -> release -> publish - only need to re-render play grid when adding some lines - fix logic to check game over - Merge pull request #8 from quantonganh/start-at-level - Merge pull request #7 from quantonganh/alternate-screen - let players choose the starting level or the number of lines already filled - Merge pull request #6 from quantonganh/task-7-remove-border-cell - enter/leave alternate screen when starting/quitting - auto update version using cargo-edit Versions 0.2.3 -> 0.2.9 skipped. |
2024-01-12 11:58:55 by pin | Files touched by this commit (3) | |
Log message: games/tetris-tui: update to 0.2.2 - fix logic to check game over - Merge pull request #8 from quantonganh/start-at-level - let players choose the starting level or the number of lines already filled - Merge pull request #7 from quantonganh/alternate-screen - enter/leave alternate screen when starting/quitting - only set version on x86_64-linux |
2024-01-11 21:44:31 by pin | Files touched by this commit (3) | |
Log message: games/tetris-tui: update to 0.2.1 - Merge pull request #6 from quantonganh/task-7-remove-border-cell - auto update version using cargo-edit - remove border cells - Merge pull request #5 from quantonganh/task-9-render-changed-portions - adjust the height of the "game over" base on the number of top \ players in the db - only render the portions that have changed |
2024-01-09 21:02:45 by pin | Files touched by this commit (3) | |
Log message: games/tetris-tui: update to 0.2.0 - How to play in 2-player mode - print centered, left aligned messages, show score when playing in 2-player mode |
2023-10-01 12:00:23 by pin | Files touched by this commit (3) | |
Log message: games/tetris-tui: update to 0.1.8 v0.1.8 - fix duplicate key events on Windows v0.1.7 - support 2-player mode |
2023-09-20 14:13:37 by pin | Files touched by this commit (2) | |
Log message: games/tetris-tui: update to 0.1.6 - limit player name length - disable raw mode before quitting - make the game continue after unpausing |
2023-09-15 08:32:00 by pin | Files touched by this commit (5) |
Log message: games/tetris-tui: import package Play tetris in the terminal. |