Problem I’m working on a 2-player battleships game in python, although the game is slightly buggy. It sometimes does not […]
Tag: battleship
Battleship Game in Java
Problem I wanted to make a very simply Battleship game in Java, any feedback is welcome. Nevermind the getters / […]
Java Battleship game
Problem I have been given a problem statement to create a Battleship game in java. My working code (Spring Boot+Web) […]
Find the battleship
Problem This is my first attempt at anything in C#. It’s based on battleships, but there’s only one player and […]
Battleship coordinate picker
Problem I present to you… my battleship location picker! This will be part of a larger battleship program. The coordinates […]
Battleship Game in Java
Problem I wanted to make a very simply Battleship game in Java, any feedback is welcome. Nevermind the getters / […]
battleship game with two ships per player
Problem I’m creating a battleship game in Ruby. Let me explain how it works: The game is played on 5×5 […]
2-Player console-based modified Battleship game
Problem I have written a simple Code using Array List, Scanner and String for Developing a Simple Console based 2- […]
2-Player console-based modified Battleship game
Problem I have written a simple Code using Array List, Scanner and String for Developing a Simple Console based 2- […]
Battleship homework
Problem It’s a few weeks old homework, and it’s already graded. How can I improve my code? Write function empty(n), […]