psql client can be a chess board now…

Yes, pgChess extension now allows you to play a chess game with Postgres Instance(computer). Thanks to authors. Installation is very simple with pgxnclient. pgChess extension supported with another extension called pg2podg.Documentation Link:https://github.com/gciolli/pgChess/blob/master/doc/ pgxnclient install pgchesspgxnclient install pg2podgAfter installing, just run CREATE EXTENSION commands create extension pgchess;create extension pg2podg; Two types of play, (1) PC vs…