fen

fen is a command line tool to work with chess fen or pgn.

Features

Command line interface to convert fen into unicode chessboard with file and rank notation.

TODO

pgn parser

pgn to fen converter

Installation

Add this line to your application's Gemfile:

gem 'fen'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fen

Usage

$ fen display r1bqk2r/pppp1ppp/2n2n2/2b1p3/2BPP3/2P2N2/PP3PPP/RNBQK2R b KQkq - 0 5

   a  b  c  d  e  f  g  h  
  

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DomPSU/fen.

License

The gem is available as open source under the terms of the MIT License.