Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 509 Bytes

Ruby Chess

Completed as part of The Odin Project: Ruby.

Description

Command-line chess written in Ruby with tests using RSpec. Games can be saved and loaded in the FEN format.

Learning Objectives

  • Complete a large, complicated project with minimal guidance
  • Practice implementing OOP principals
  • Practice using RSpec

Preview

A screenshot from this command line chess game

Live Preview

See a live preview on Replit.