A teminal othello (reversi) in Nim.
Linux demo:
Windows demo:
Table of contents
$ nimothello
Vim like key-bindings.
Key | Motion |
---|---|
H / A | Move left |
J / S | Move down |
K / W | Move up |
L / D | Move right |
<Space>/<Enter> | Put cell |
$ nimble install -Y nimothello
MIT
GitHub Action runs when you pushed new tags.
$ git tag <new_tag>
$ git push origin <new_tag>
or
$ git push origin --tags
GitHub Action creates a new release and upload your assets.
Release workflows:
Release note will be generated by git-chglog. Config files are .chglog.
Details, see release.yml.