index
:
clitris.git
master
Command line tetris game written in Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2020-09-20
Remove end wait and correct GAME OVER positioning
v1.1.1
Joop Kiefte
2020-09-20
Fix swap in place bug
v1.1.0
Joop Kiefte
2020-09-20
Add hold box
v1.0.0
Joop Kiefte
2020-09-20
Fix nextbox colors
Joop Kiefte
2020-09-20
Add colors
Joop Kiefte
2020-09-14
keep the score etc on screen after playing
v0.3.2
Joop Kiefte
2020-09-14
make scores for clearing lines higher and worthwile
v0.3.1
Joop Kiefte
2020-09-14
Add score and next, fixes #2 and #3
Joop Kiefte
2020-09-12
Add more comments
Joop Kiefte
2020-09-12
improve harddrop speed
v0.1.2
Joop Kiefte
2020-09-12
Seed randomizer
v0.1.0
Joop Kiefte
2020-09-12
Mostly playable now -- kicks still missing and problem with floor detection L...
Joop Kiefte
2020-09-12
Creating move routine to implement kicks in
Joop Kiefte
2020-09-08
Start a bit slower...
Joop Kiefte
2020-09-07
better look
v0.0.4
Joop Kiefte
2020-09-07
Working demo
v0.0.3
Joop Kiefte
2020-09-06
Dropping piece demo
v0.0.2
Joop Kiefte
2020-09-06
Why not?
Joop Kiefte
2020-08-31
Refactor datastructures and game logic to tris library for generic usage
v0.0.1
Joop Kiefte
2020-08-31
Factor out the keycode grabbing code
Joop Kiefte
2020-08-31
Testing movement -- adding movement cases
Joop Kiefte
2020-08-31
... nope, still not a working game, but I got the key reading figured out
Joop Kiefte
2020-08-27
Initial commit
Joop Kiefte