yanting0831 / Battleship

0 stars 2 forks source link

README

This project is an implementation of the classic Battleship game.

Requirements:

To get started:

  1. Clone project
  2. Open command line and cd to project root
  3. Build using build.sh
  4. Run using run.sh -- you can also find the executable in the bin folder, but this script makes it simpler to build and run from the command line.