wahabs / chess

Ruby program to play Chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess

A Ruby program to play Chess in the terminal. Download the repository and open up irb/pry in the terminal. Input load 'chess.rb' and then input one of the following:

  • Chess.human_v_human: Play a game between two humans
  • Chess.comp_v_comp: Watch a game between two computers
  • Chess.human_v_comp: Play a game against a computer

About

Ruby program to play Chess


Languages

Language:Ruby 100.0%