Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 730 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 730 Bytes

Chess

This is a chess game on commandline made with Ruby

Gemfile

I used colorize to add colors to my boards.

How To Play

  1. Navigate to the repo directory and run $ bundle install
  2. Navigate to the "lib" directory in terminal
  3. run $ ruby game.rb
  4. Move the chess pieces by using 2 character values, using A-H and 1-8 (ex: move pawn from B2 to B4)

Future Features

Computer AI

I want to build a computer AI that will make moves based on the opponent's chess pieces' locations

Flashing Grid

As of now, when user chooses a chess piece, possible moves are printed in terminal. I want to make those possible moves flash in a different color instead of printing them out.