mirror of
https://github.com/jiro4989/nimtetris
synced 2026-01-10 08:11:05 +00:00
No description
| .github | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| config.nims | ||
| LICENSE | ||
| nimtetris.nimble | ||
| README.rst | ||
==== nimtetris ==== |nimble-version| |nimble-install| |gh-actions| A terminal tetris in Nim. Linux demo: |demo-linux| Windows demo: |demo-win| .. contents:: Table of contents Usage ===== .. code-block:: shell $ nimtetris Key bindings ------------ Vim like key-bindings. =============== =================== Key Motion =============== =================== H / A Move left J / S Move down L / D Move right U / Q Rotate left O / E Rotate right <Space>/<Enter> Move down to bottom =============== =================== Installation ============ .. code-block:: shell $ nimble install -Y nimtetris or Download from `Releases <https://github.com/jiro4989/nimtetris/releases>`_. LICENSE ======= MIT .. |gh-actions| image:: https://github.com/jiro4989/nimtetris/workflows/build/badge.svg :target: https://github.com/jiro4989/nimtetris/actions .. |nimble-version| image:: https://nimble.directory/ci/badges/nimtetris/version.svg :target: https://nimble.directory/ci/badges/nimtetris/nimdevel/output.html .. |nimble-install| image:: https://nimble.directory/ci/badges/nimtetris/nimdevel/status.svg :target: https://nimble.directory/ci/badges/nimtetris/nimdevel/output.html .. |demo-linux| image:: https://user-images.githubusercontent.com/13825004/85140962-01dce300-b281-11ea-9473-2d558c0881c0.gif .. |demo-win| image:: https://user-images.githubusercontent.com/13825004/85143527-cf34e980-b284-11ea-8997-5f5e3039ca32.gif