Skip to content

ronchen0927/Shogi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shogi

Introduction

初始棋盤

9 | L| N| S| G| K| G| S| N| L|
8 |__| R|__|__|__|__|__| B|__|
7 | P| P| P| P| P| P| P| P| P|
6 |__|__|__|__|__|__|__|__|__|
5 |__|__|__|__|__|__|__|__|__|
4 |__|__|__|__|__|__|__|__|__|
3 | p| p| p| p| p| p| p| p| p|
2 |__| b|__|__|__|__|__| r|__|
1 | l| n| s| g| k| g| s| n| l|
    a  b  c  d  e  f  g  h  i

Our Captures:
Opponent Captures:

Usage

開始遊戲

python game.py

How to Play

Move

Move piece a3 to a4

a3a4

Promotion move

Move piece h6 to h7 and promote

h6h7+

Drop

Drop "Pawn" to d4

P*d4

Drop "Rook" to g5

R*g5

Releases

No releases published

Packages

No packages published

Languages