gobang/README.md

31 lines
728 B
Markdown
Raw Normal View History

2021-06-22 04:12:28 +00:00
<div align="center">
2021-06-12 05:18:24 +00:00
# gobang
2021-06-22 04:12:28 +00:00
2021-07-09 01:43:53 +00:00
gobang is currently in alpha
2021-06-12 04:44:52 +00:00
A cross-platform terminal database tool written in Rust
2021-06-22 04:12:28 +00:00
[![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)
2021-06-22 04:12:28 +00:00
![gobang](./resources/gobang.gif)
2021-06-22 04:12:28 +00:00
</div>
## Features
- Cross-platform support (macOS, Windows, Linux)
- Multiple Database support (MySQL PostgreSQL, SQLite)
- Intuitive keyboard only control
2021-07-09 01:43:53 +00:00
## 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
```