2048 clone written in Haskell with an optional TCP client https://jniemela.dk/hs2048
Find a file
2023-05-28 21:24:00 +02:00
src Split code into multiple files 2023-05-28 21:19:57 +02:00
.envrc Rewrote haskell flake 2022-11-21 00:34:44 +01:00
.gitattributes Rewrote haskell flake 2022-11-21 00:34:44 +01:00
.gitignore Rewrote haskell flake 2022-11-21 00:34:44 +01:00
.hlint.yaml Rewrote haskell flake 2022-11-21 00:34:44 +01:00
flake.lock Rewrote haskell flake 2022-11-21 00:34:44 +01:00
flake.nix Rewrote haskell flake 2022-11-21 00:34:44 +01:00
hs2048.cabal Fixed dependency bounds 2023-05-28 21:06:20 +02:00
LICENSE Rewrote haskell flake 2022-11-21 00:34:44 +01:00
README.md Update README.md 2023-05-28 21:24:00 +02:00

hs2048

A simple 2048 game written in Haskell.

How to play

  • nix run to run immediately, nix build to compile the binary which will appear in ./result/bin/hs2048

  • WASD to move. Q to quit.

  • CLI arguments if the binary is run directly:
    -h for help
    -p for port to run with TCP server for remote control.

hs2048