Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 417 Bytes

Command Line Chess Interface

Description

This is a command line interface for chess based on Ruby. It has been developed based on Test driven development method.

Usage

run the main.rb file in the lib folder

move input format : [piece name] [from_square] [to_square]

example:

p e2 e4

This moves white's king's pawn two steps forward

Features not available

Move validation is currently not supported