Inspiration

Battleship was a popular game and we want to use our skills to translate the idea of the game to code.

What it does

This code will create a 10 x 10 board with 5 hidden enemy submarines. The user will enter both the row and column coordinates. if there is a submarine at that coordinate, a sunk message will appear and the the sign "#" will be at the coordinate. If there is no submarine at that coordinate, the board will show a number that tells the user how far the distance is the submarine located.

How we built it

We mainly used C++ to create the game and used web development languages for the frond-end.

Challenges we ran into

We had a hard time trying to connect the back-end to the front-end.

What's next for Battlemarines

Hopefully figure out ways to connect the website to the game itself.

Built With

Share this project:

Updates