An open API service providing repository metadata for many open source software ecosystems.

Topic: "coding-beginners-projects"

Progambler227788/Puzzle-Game

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

Language: C++ - Size: 9.58 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Progambler227788/Battle-Ship-Game

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.

Language: Python - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0