{"id":19139974,"url":"https://github.com/tinawebdev/cpp-games","last_synced_at":"2025-06-12T10:09:45.349Z","repository":{"id":117921269,"uuid":"317188986","full_name":"tinawebdev/cpp-games","owner":"tinawebdev","description":"🎮 Simple C++ Console Games","archived":false,"fork":false,"pushed_at":"2021-06-07T17:11:22.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T10:09:44.484Z","etag":null,"topics":["console-games","cpp","cpp-games"],"latest_commit_sha":null,"homepage":"","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/tinawebdev.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":"2020-11-30T10:33:10.000Z","updated_at":"2025-01-15T11:47:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"89050dd9-0008-4d46-9c41-7597d158944b","html_url":"https://github.com/tinawebdev/cpp-games","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinawebdev/cpp-games","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fcpp-games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fcpp-games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fcpp-games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fcpp-games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinawebdev","download_url":"https://codeload.github.com/tinawebdev/cpp-games/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fcpp-games/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259444968,"owners_count":22858549,"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","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":["console-games","cpp","cpp-games"],"created_at":"2024-11-09T07:15:51.139Z","updated_at":"2025-06-12T10:09:45.321Z","avatar_url":"https://github.com/tinawebdev.png","language":"C++","readme":"# Simple C++ Console Games \n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eGame\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/01-guess-my-number\"\u003eGuess My Number\u003c/a\u003e\u003c/td\u003e\n    \u003ctd\u003eGuess My Number is a fun game to find a number. If your guess is too high or too low, you'll get a hint.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/02-word-jumble\"\u003eWord Jumble\u003c/a\u003e\u003c/td\u003e\n    \u003ctd\u003eWord Jumble is a simple word puzzle where you find the correct word from a scrambled set of letters.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/03-hangman\"\u003eHangman\u003c/td\u003e\n    \u003ctd\u003e\n      Hangman is a popular word guessing game where the player attempts to build a missing word by guessing one letter at a time.\u003cbr\u003e\n      After a certain number of incorrect guesses, the game ends and the player loses.\u003cbr\u003e\n      The game also ends if the player correctly identifies all the letters of the missing word.\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/04-mad-lib\"\u003eMad Lib\u003c/td\u003e\n    \u003ctd\u003eA phrasal template word game where you fill in the blanks.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/05-tic-tac-toe\"\u003eTic-Tac-Toe\u003c/td\u003e\n    \u003ctd\u003e\n      A two player game where the goal of each user is to mark their turn as an X or an O on a gameboard with three columns and three rows.\u003cbr\u003e\n      The first user to get three in a row, either diagonally, horizontally, or vertically will be the winner.\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/06-critter-caretaker\"\u003eCritter Caretaker\u003c/td\u003e\n    \u003ctd\u003e\n      The Critter Caretaker game simulates caring for a virtual pet.\u003cbr\u003e\n      You must feed and play with the critter to keep it in a good mood.\u003cbr\u003e \n      Also you can listen to the critter to learn how the critter is feeling, which can range from happy to mad.\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"/07-blackjack\"\u003eBlackjack\u003c/td\u003e\n    \u003ctd\u003e\n      A simple version of the casino game of blackjack for 1-7 players.\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinawebdev%2Fcpp-games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinawebdev%2Fcpp-games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinawebdev%2Fcpp-games/lists"}