mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-15 18:13:50 +00:00
31 lines
728 B
Markdown
31 lines
728 B
Markdown
<div align="center">
|
|
|
|
# gobang
|
|
|
|
gobang is currently in alpha
|
|
|
|
A cross-platform terminal database tool written in Rust
|
|
|
|
[![github workflow status](https://img.shields.io/github/workflow/status/TaKO8Ki/gobang/CI/main)](https://github.com/TaKO8Ki/gobang/actions) [![crates](https://img.shields.io/crates/v/gobang.svg?logo=rust)](https://crates.io/crates/gobang)
|
|
|
|
![gobang](./resources/gobang.gif)
|
|
|
|
</div>
|
|
|
|
## 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
|
|
```
|
|
|