index
:
clitris.git
master
Command line tetris game written in Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-14
make scores for clearing lines higher and worthwile
v0.3.1
Joop Kiefte
2020-09-14
Updating README with latest info
v0.3.0
Joop Kiefte
2020-09-14
Add score and next, fixes #2 and #3
Joop Kiefte
2020-09-12
Update the readme
v0.2.0
Joop Kiefte
2020-09-12
Add more comments
Joop Kiefte
2020-09-12
Implement kick system (badly, because I think it actually doesn't work yet...)
Joop Kiefte
2020-09-12
Correct spawn (actually correcting piece to coordinates translation)
v0.1.3
Joop Kiefte
2020-09-12
Add comments
Joop Kiefte
2020-09-12
improve harddrop speed
v0.1.2
Joop Kiefte
2020-09-12
Add floor detection to free pieces and correct collision detection field, sho...
v0.1.1
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
Adding foundation for wall kicks
Joop Kiefte
2020-09-07
better look
v0.0.4
Joop Kiefte
2020-09-07
Replace blocks with circles (full width unicode)
Joop Kiefte
2020-09-07
Change to bigger blocks
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
Working field maths and collision
Joop Kiefte
2020-09-06
Adding pieces and basic bag mechanics
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
Little cleanup (go.mod and make readme markdown)
Joop Kiefte
2020-08-31
Add readme
Joop Kiefte
2020-08-31
Add MIT License
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