はい、pgChess拡張機能により、Postgresインスタンス(コンピューター)でチェスゲームをプレイできるようになりました。著者に感謝します。インストールはpgxnclientで非常に簡単です。 pgChess拡張機能はpg2podgと呼ばれる別の拡張機能でサポートされています。
ドキュメントリンク:
https://github.com/gciolli/pgChess/blob/master/doc/
pgxnclient install pgchess
pgxnclient install pg2podg
After installing, just run CREATE EXTENSION commands
create extension pgchess;
create extension pg2podg;
(1)PC vs PCと(2)PC vsHumanの2種類のプレイ。
PCvs Humanの新しいゲームをプレイするには、ファイルの下でファイルを実行します(ファイルについては上記のリンクからソースをダウンロードしてください)。 psqlターミナル。
postgres=# pset format unaligned
postgres=# i /usr/local/src/pgchess/pgchess-0.1.7/test/sql/play/PG_v_Human.sql
移動については、「移動しますか?」というプロンプトが表示されたら、以下の構文に従います。 「。
-- For now, we use this syntax:
--
-- XXpYYz
--
-- where XX is the starting square, YY is the ending square, p
-- is the piece and z is an optional square where the desired
-- promotion is specified.
お楽しみください…。