https://github.com/lomirus/shogi-rs
♟️ Playing Shogi in the Console (still under development)
https://github.com/lomirus/shogi-rs
command-line-game shogi termial-game
Last synced: 6 months ago
JSON representation
♟️ Playing Shogi in the Console (still under development)
- Host: GitHub
- URL: https://github.com/lomirus/shogi-rs
- Owner: lomirus
- License: mit
- Created: 2021-05-23T13:54:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T12:56:36.000Z (over 4 years ago)
- Last Synced: 2025-02-06T05:12:47.401Z (8 months ago)
- Topics: command-line-game, shogi, termial-game
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Shogi game that running in the console. It's still under development and unavailable now.
# Instruction
## Key Description
- `W` | `Up`: Move up the focused square
- `A` | `Left`: Move left the focused square
- `S` | `Down`: Move down the focused square
- `D` | `Right`: Move right the focused square
- `Enter`: Choose the focused square## Terminal
I would suggest you to use the Windows Terminal, instead of the CMD, in order to get better experience, if you are using Windows 10.