jiro4989 / nimothello

A teminal othello (reversi) in Nim.

Repository from Github https://github.comjiro4989/nimothelloRepository from Github https://github.comjiro4989/nimothello

nimothello

nimble-version nimble-install gh-actions

A teminal othello (reversi) in Nim.

Linux demo:

demo-linux

Windows demo:

demo-windows

$ 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:

image-release-workflow

Release note will be generated by git-chglog. Config files are .chglog.

Details, see release.yml.

About

A teminal othello (reversi) in Nim.

License:MIT License


Languages

Language:Nim 100.0%