Commit graph

50 commits

Author SHA1 Message Date
Sam Tay
4852ef756e Add dex image 2017-06-21 00:55:03 -04:00
Sam Tay
89f93ef142 Better download instructions 2017-06-18 23:46:32 -04:00
Sam Tay
efbc76684b Support nix users 2017-06-18 22:54:35 -04:00
Sam Tay
6cbca737b8 Update example gif 2017-06-18 21:33:36 -04:00
Sam Tay
0c5562a500 Add somewhat paste-able instructions 2017-06-18 21:33:13 -04:00
Sam Tay
db05487bef Fix install instructions 2017-06-18 19:46:42 -04:00
Sam Tay
ffa4a5b6b9 Update README with some unix porn 2017-06-18 19:16:00 -04:00
Sam Tay
6b24b54cb5 Fix bug in hard drop 2017-06-18 19:10:12 -04:00
Sam Tay
47f6f40267 Add mac screenshots 2017-06-18 17:34:35 -04:00
Sam Tay
06c91e4a2b Add hard drop in help and remove semicolons 2017-06-18 17:05:53 -04:00
Sam Tay
94bc6c444b Add hard drop preview
Really annoying to have all these new attributes flying around. The code
would take like 2 lines if I could figure out how to reference the
default bg color from vty..
2017-06-18 16:39:46 -04:00
Sam Tay
87b8e05919 Add GAME OVER callout 2017-06-18 14:58:00 -04:00
Sam Tay
4936597ae2 Add help section and support vim bindings 2017-06-18 14:39:00 -04:00
Sam Tay
a0117d3bb1 Update TODOs 2017-06-18 00:52:51 -04:00
Sam Tay
0254c0bbcf Delete test suite 2017-06-18 00:27:27 -04:00
Sam Tay
8361b3464a Improve visuals 2017-06-18 00:25:24 -04:00
Sam Tay
ddbf411d49 Fix freezing issue 2017-06-17 21:51:33 -04:00
Sam Tay
2bc72a0e94 Format, remove unnecessary verbosity 2017-06-17 21:33:01 -04:00
Sam Tay
e64715d051 Fix clockwise rotation 2017-06-17 21:30:57 -04:00
Sam Tay
ef6ed845c2 Swap return -> pure because its better 2017-06-17 20:42:56 -04:00
Sam Tay
80e71eb859 Applicative functions 2017-06-17 20:39:40 -04:00
Sam Tay
349022a7cc Clean up some funcs 2017-06-17 20:30:37 -04:00
Sam Tay
756fb97414 Implement hard drop and improve Translatable class 2017-06-17 20:30:19 -04:00
Sam Tay
7b82d01dd1 Only keep consecutive rowClears 2017-06-17 17:11:22 -04:00
Sam Tay
dcacb9bf73 Make visuals a tad clearer with a poor man's grid 2017-06-17 17:00:51 -04:00
Sam Tay
f2327fc3c5 Implement level to gravity delay 2017-06-17 17:00:08 -04:00
Sam Tay
34d82d9451 Favor list comprehension over zip 2017-06-17 16:59:46 -04:00
Sam Tay
82ca49321c Fix clearing rows 2017-06-17 16:59:31 -04:00
Sam Tay
ec72607827 Use vBox, hBox over foldr 2017-06-17 16:02:27 -04:00
Sam Tay
80102d5a4a Derp city over here 2017-06-17 16:01:51 -04:00
Sam Tay
c49028a04c Derp 2017-06-17 11:15:52 -04:00
Sam Tay
344b4f8063 Allow starting pieces to be in bounds 2017-06-17 11:05:58 -04:00
Sam Tay
8ec499a0a9 Stop elements in row 1 2017-06-17 11:05:40 -04:00
Sam Tay
d7fa0ffd9d Better argument order 2017-06-17 11:05:30 -04:00
Sam Tay
c12bef50b3 Finish level picker, start game interface 2017-06-17 02:55:21 -04:00
Sam Tay
315f486520 Allow level == 0 2017-06-17 02:54:52 -04:00
Sam Tay
8e1c949a69 Rename blockCoords -> coords 2017-06-17 02:54:40 -04:00
Sam Tay
39bad552af More portable block definitions 2017-06-17 02:54:15 -04:00
Sam Tay
4ad60ae573 Add TODOs for later 2017-06-17 02:53:59 -04:00
Sam Tay
5a1116c6a3 Stub out some of the interface 2017-06-15 23:39:07 -04:00
Sam Tay
4de0c3d8d3 Rename currBlock -> block 2017-06-15 23:38:41 -04:00
Sam Tay
7bea4fc3be Finish pretty much all game mechanics 2017-06-15 23:20:10 -04:00
Sam Tay
0a20f0a5ff Implement safe rotations 2017-06-15 20:50:35 -04:00
Sam Tay
d5f9c5146b Implement valid position checking and improve nextShape 2017-06-15 11:33:09 -04:00
Sam Tay
a098278778 Remove unnecessary notion of "cell" value 2017-06-14 23:10:08 -04:00
Sam Tay
a7efdaba5c Map out funcs and types for shifting & rotating 2017-06-14 22:59:39 -04:00
Sam Tay
6c1627c481 Move single-use functions into "where" clause 2017-06-14 22:58:51 -04:00
Sam Tay
0bf364ec12 Implement clearing full rows 2017-06-14 22:25:32 -04:00
Sam Tay
1633c4a9c7 Build out more game mechanics
Typical tetris randomizer, bring in `containers`, swap to absolute cell
locations, write game initializer.
2017-06-14 00:28:45 -04:00
Sam Tay
7cdf59d5aa First commit, some basic Tetris types 2017-06-12 23:47:31 -04:00