Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 304 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 304 Bytes

ruby-chess

An implementation of Chess in Ruby. Fully-featured. Includes castling, checkmate, stalemate, and pins.

Dependencies

  • None at the moment.

TODO

  • Refactor all logic to simplified version.
  • Create (more) rspec tests
  • Add *curses for better UI
  • Add network support

License

GPLv2