हाँ, pgChess एक्सटेंशन अब आपको Postgres Instance (कंप्यूटर) के साथ शतरंज का खेल खेलने की अनुमति देता है। लेखकों को धन्यवाद। 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) पीसी बनाम पीसी और (2) पीसी बनाम मानव। पीएसक्यूएल टर्मिनल।
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.
आनंद लें….