Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 561 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 561 Bytes

TOP Ruby Chess

The Odin Project Final Ruby Project - Ruby based command line game of chess. Games are played between two human players and can be saved/loaded.

Live version

Test Driven Development (TDD) approach using Rspec. 'Basic' concepts of stubbing/mocking/matchers became more clear as more tests were written and ran.

A lot was learned while trying to keep code clean, modular and adhering to OOP principles.