No description
Find a file
2020-07-18 18:32:59 +00:00
.github remove create-tag-draft 2020-07-18 18:32:59 +00:00
src add commandline options #5 2020-06-19 14:18:44 +00:00
tests remove binary [skip ci] 2020-06-20 00:33:10 +00:00
.gitattributes 🙈JSを無視 2019-02-17 03:40:58 +09:00
.gitignore wip 2019-12-31 12:39:11 +09:00
config.nims マルチスレッド 2019-12-31 13:58:35 +09:00
LICENSE update LICENSE 2020-06-19 14:18:47 +00:00
nimtetris.nimble add commandline options #5 2020-06-19 14:18:44 +00:00
README.rst update demo [skip ci] 2020-06-19 14:30:45 +00:00

====
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