{"id":20607907,"url":"https://github.com/cobyj33/boogle","last_synced_at":"2025-08-30T05:11:23.030Z","repository":{"id":152172134,"uuid":"472169393","full_name":"cobyj33/Boogle","owner":"cobyj33","description":"A C++ game of Boogle, Word Hunt, Scrabble, etc... of any size in terminal","archived":false,"fork":false,"pushed_at":"2023-03-03T21:06:24.000Z","size":509,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T22:18:08.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobyj33.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-21T03:08:50.000Z","updated_at":"2023-03-03T20:34:41.000Z","dependencies_parsed_at":"2023-07-03T09:18:11.934Z","dependency_job_id":null,"html_url":"https://github.com/cobyj33/Boogle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cobyj33/Boogle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2FBoogle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2FBoogle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2FBoogle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2FBoogle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobyj33","download_url":"https://codeload.github.com/cobyj33/Boogle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2FBoogle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805572,"owners_count":24995916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T10:08:56.758Z","updated_at":"2025-08-30T05:11:23.008Z","avatar_url":"https://github.com/cobyj33.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Boogle\n\n[![Run on Repl.it](https://replit.com/badge/github/cobyj33/Boogle)](https://replit.com/@cobyj33/Boogle)\n\nA game of Boogle, where a board of n x n size is filled with characters, and the player must try to guess words by connecting adjacent characters in the board\nAn adjacent character is considered to be any character on top, on bottom, to the side, or directly diagonal to another character\n\nFor Example, in this generated 5 x 5 size board by Boogle:\n```\nE X K U J \nA W R L B \nT D S P I \nN O F Y H \nG Q C V Z\n```\nSome possible words are SONG, SWEAT, DOG, SWAT, COD, and EAT\n\n|                   |                   |               |                   |               |               |     \n|       SONG        |        SWEAT      |      DOG      |        SWAT       |      COD      |      EAT      |\n|   -----------     |     -----------   |  -----------  |     -----------   |  -----------  |  -----------  |\n| E X K U J         | **E** X K U J     | E X K U J     | E X K U J         | E X K U J     | **E** X K U J | \n| A W R L B         | **A** **W** R L B | A W R L B     | **A** **W** R L B | A W R L B     | **A** W R L B |\n| T D **S** P I     | **T** D **S** P I | T **D** S P I | **T** D **S** P I | T **D** S P I | **T** D S P I |\n| **N** **O** F Y H | N O F Y H         | N **O** F Y H | N O F Y H         | N **O** F Y H | N O F Y H     |\n| **G** Q C V Z     | G Q C V Z         | **G** Q C V Z | G Q C V Z         | G Q **C** V Z | G Q C V Z     |\n\nThis project includes a solver for a board, a full dictionary of words, and is fully playable in the terminal\n\nTo compile the project, simply use the terminal command ```g++ main.cpp -I ./ -o main``` from the root directory of the downloaded project with g++ installed\n\nAlteratively, the project can be run in the browser on [replit](https://replit.com/@cobyj33/Boogle)\n\n\nThis was the first real C++ project I ever made as a project for my Computer Science class, so I let it live here to look back upon :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Fboogle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobyj33%2Fboogle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Fboogle/lists"}