mirror of
https://github.com/TaKO8Ki/gobang.git
synced 2021-09-19 22:32:56 +03:00
horizontal-scroll
Features
- Cross-platform support (macOS, Windows, Linux)
- Multiple Database support (MySQL PostgreSQL, SQLite)
- Intuitive keyboard only control
Installation
Cargo
If you already have a Rust environment set up, you can use the cargo install command:
$ cargo install --version 0.1.0-alpha.0 gobang
Keymap
| Key | Description |
|---|---|
| h | move right |
| j | move down |
| k | move up |
| l | move left |
| Ctrl + d | scroll down multiple lines |
| Ctrl + u | scroll up multiple lines |
Languages
Rust
100%
