Skip to content

On a 5 by 5 grid, randomly generates 3 ships and specifies a hit, miss, or near miss. Version 3 is player controlled and 3.1 is played to completion by an AI.

Notifications You must be signed in to change notification settings

djblooky/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Created by Haley Phillips

-------------------------
For Regular Compilation:
-------------------------
g++ battleship3.1.cpp -o run
./run

-------------------------
For Strict Compilation:
-------------------------
g++ battleship3.1.cpp -Wall -Werror -O2 -std=c++11 -pedantic

About

On a 5 by 5 grid, randomly generates 3 ships and specifies a hit, miss, or near miss. Version 3 is player controlled and 3.1 is played to completion by an AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages