Commit graph

76 commits

Author SHA1 Message Date
Sam Tay
00548552a4 Add travis badge 2018-12-27 13:14:16 -05:00
Sam Tay
33f5175595 Add pause feature, closes #5 2018-12-27 13:12:28 -05:00
Sam Tay
b3d812bee5 Formatting only 2018-12-27 12:17:01 -05:00
Sam Tay
ccbd9d8e36 Rename "frozen" -> "locked", better semantics 2018-12-27 10:43:20 -05:00
Sam Tay
ad1fcf9192 Refactor game state computation
Cleaning up the Tetris module, mainly to favor a MonadState style over
explicit `Game -> Game` functions, which were a little awkward. This also
led naturally to explicitly isolating `IO`, by having pure state modifiers
with types like `Tetris a ~ forall m. StateT Game m a` being executed
with `m ~ Identity`, and those few modifiers that need IO specified by
`TetrisT a ~ StateT Game IO a`.
2018-12-27 10:28:26 -05:00
Sam Tay
09de01695c Clean up, use std lib functions 2018-12-26 20:26:30 -05:00
Sam Tay
5b8d419b24 Use explicit exports 2018-12-26 20:18:32 -05:00
Sam Tay
a594680852 Formatting only 2018-12-26 19:57:05 -05:00
Sam Tay
f41f8f65bc Add travis ci 2018-12-26 19:01:00 -05:00
Sam Tay
6ee74604e8 Bump stack lts to 13.0 2018-12-26 18:56:33 -05:00
Sam Tay
85baac7de1
Improve installation documentation, closes #3 2018-10-29 18:00:24 -04:00
Sam Tay
83d59f1e3c Add lower & upper bounds to dependencies 2017-08-10 14:56:52 -04:00
Sam Tay
1599b13b54 Add usage info to README 2017-07-03 09:51:04 -04:00
Sam Tay
e91b03aed1 Update version to 0.1.2 2017-07-03 00:44:18 -04:00
Sam Tay
4f9bcfca34 Add restart option 2017-07-03 00:44:18 -04:00
Sam Tay
6a3764fa9a Fix rotating I shapes 2017-07-03 00:44:18 -04:00
Sam Tay
99d6a9c56a Keep track of highest score and congratulate player 2017-07-03 00:21:21 -04:00
Sam Tay
2891f7883c Implement custom hard drop previews 2017-07-02 19:02:24 -04:00
Sam Tay
8e2240c87c Add cli opts for score, level, and restricting unicode 2017-07-02 17:47:21 -04:00
Sam Tay
2c150c7b27 Use Linear.V2 instead of tuples 2017-07-02 00:46:16 -04:00
Sam Tay
23e513f003 Update release numbers to 0.1.1 2017-06-27 23:58:35 -04:00
Sam Tay
a51da284f1 Disallow shifting after hard drop 2017-06-27 23:56:19 -04:00
Sam Tay
963dec6f9a Improve dex install instructions 2017-06-22 22:01:01 -04:00
Sam Tay
5d9c74cc0c Update dex build to use binary from arch instead of build from source 2017-06-21 11:19:16 -04:00
Sam Tay
c6edbe7602 Fix typo 2017-06-21 01:28:21 -04:00
Sam Tay
1e831bf6a6 Update installation instructions
closes #1
2017-06-21 01:25:47 -04:00
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