the-odin-project

Folder structure

  final-project
  |_ data
  |  |_history.yml
  |_ lib
  |  |_ game.rb
  |  |_ board.rb
  |  |_ pieces.rb
  |  |_ player.rb
  |  |_ cons.rb
  |_ spec
  |  |_ pieces_spec.rb  
  |  |_ spec_helper.rb  
  |_ .rspec
  |_ play_game.rb
  |_ .gitignore
  |_ README.md

How to play game

About this project