index
:
puzzle.git
master
CLI puzzle game about dropping blocks and dissolving lines (Rust)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-08-08
Impl pause
HEAD
master
Oxore
2023-08-07
Impl lines counter
Oxore
2023-08-07
Use enter for menu selection too
Oxore
2023-08-04
Disable menu by default because I don't really need it
Oxore
2023-08-04
Fix menu selection
Oxore
2023-08-04
Impl simple main menu
Oxore
2023-08-04
Begin implementing main menu (WIP)
Oxore
2023-08-02
Run cargo fmt and slightly refactor
Oxore
2023-08-02
Run cargo fmt
Oxore
2023-08-02
Fix clippy complains
Oxore
2023-08-01
Fix flickering by disabling cursor, introduce TUI struct
Oxore
2023-08-01
Fix figure placement one more time
Oxore
2023-08-01
Fix rendering inside rendered figures
Oxore
2023-08-01
Fix figure placement
Oxore
2023-08-01
Impl ghost figure, fix hold when about to place
Oxore
2023-08-01
Impl hold and next figures preview
Oxore
2023-07-31
Fix moving after softdrop, disable moving when has collision
Oxore
2023-07-31
Impl bag based random pieces generator
Oxore
2023-07-31
Fix initial positions and remove dotted grid
Oxore
2023-07-30
Impl falling figures and line killing
Oxore
2023-07-30
Impl event loop using nonblock read and sleep
Oxore
2023-07-30
Initial commit
Oxore