Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 336 Bytes

Chess Validator

###Instructions

  1. git clone https://github.com/jalexy12/ChessValidatorV2.git

  2. bundle install

  3. ruby newChess.rb

###Adding moves

  1. Add validatable moves to chessMoves.txt

  2. They should follow the format of "original space" "final space" (newline)

  3. Let me know if any of the new ones fail