Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 492 Bytes

File metadata and controls

20 lines (13 loc) · 492 Bytes

Ruby Chess

Graphical chess on the command line written in Ruby!

How to play

  • Download this repository to a directory on your system
  • Navigate to that directory in your Terminal or Command line
  • Type ruby chess.rb

Gameplay

Use the cursor keys to highlight the piece you want to move. Move the cursor to the position you would like to move the piece to and hit enter again. Play until checkmate!

AI

This is a stretch goal for Ruby Chess. For now, find a friend and enjoy!!