Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 416 Bytes

Chess

A CL chess game written in Ruby. Created for App Academy as an OO exercise.

Goals:

  1. Practice OO design and principles such as class inheritance, encapsulation, and DRY
  2. Start getting used to building larger, more ambitious projects
  3. Play some chess!

To Play:

  1. Clone repo to your local machine.
  2. In the console, navigate to the repo's directory and run ruby 'chessgame.rb'