Skip to content
#

coding-beginners-projects

Here are 2 public repositories matching this topic...

Language: All
Filter by language

This is a Python implementation of the Battleship game where the computer plays against itself. The game board is a 10x10 2D list, and five ships are randomly placed on it at the start of the game.

  • Updated Mar 28, 2023
  • Python

The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column

  • Updated Dec 3, 2023
  • C++

Improve this page

Add a description, image, and links to the coding-beginners-projects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coding-beginners-projects topic, visit your repo's landing page and select "manage topics."

Learn more