Skip to content

machayes00/Group1-Project2

 
 

Repository files navigation

Project 2

This is Group 1's implementation of Project 2 for EECS 448. This project is a continuation of the battleship game from here

Battleship

Battleship is a two-player, turn-based game where both players secretly place 1 to 6 ships on a 9x10 grid. Each player takes turns to announce where on the opponent's grid they wish to fire. The opponent must announce whether or not one of the ships was hit. The first player to sink all of the opponent's ships wins the game.

This game is played through the terminal, with each player taking turns to type in their commands.

Getting Started

Dependencies

  • C++ 11

Installing

  • Clone this repo or
  • Download the game files from github and place them in the same folder.

Executing program

  • Navigate to the folder where the files are located

  • Run the following commands in terminal:

    > make
    > ./battleship
    

Documentation

  • Navigate to documentation/html
  • Open up index.html
  • Click on the Classes tab and select Class List from the dropdown.

Authors

  • Alexander Archer
  • George Blue
  • Alice Chen
  • Edina Harsay
  • Mac Hayes
  • The authors of this project.

Acknowledgments / Works Cited

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%