Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 631 Bytes

Battleship

Overview

A Ruby CLI for the classic game with some delightful, space-themed surprises. 👽"

Learning Goals

  • Utilize Test Driven Development
  • Practice Algorithmic Thinking
  • Create and Object Oriented solution to a problem without being given full specifications
  • Work in a pair and practice Github workflow

How to Play:

  1. Make sure to have Ruby version 2.7.2 on your local terminal.
  2. Next, you'll want to clone down this repo and then cd into your cloned directory.
  3. Run ruby battleship.rb in your command line interface, and follow the directions on the screen.
  4. Enjoy the game!