{"id":21280090,"url":"https://github.com/arezyhs/cplusplus-final-project-rpg-game","last_synced_at":"2025-03-15T13:46:03.033Z","repository":{"id":211747254,"uuid":"729869295","full_name":"arezyhs/cplusplus-final-project-rpg-game","owner":"arezyhs","description":"This is our simple project for fundamental of programming with C++. This is a group based project where each group must create and demo their own project. ","archived":false,"fork":false,"pushed_at":"2023-12-23T11:25:19.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T04:10:27.140Z","etag":null,"topics":["cplusplus","text-based-game"],"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/arezyhs.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":"2023-12-10T15:56:19.000Z","updated_at":"2023-12-11T12:29:20.000Z","dependencies_parsed_at":"2024-11-21T10:29:04.099Z","dependency_job_id":null,"html_url":"https://github.com/arezyhs/cplusplus-final-project-rpg-game","commit_stats":null,"previous_names":["arezyhs/cplusplus-final-project-rpg-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arezyhs%2Fcplusplus-final-project-rpg-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arezyhs%2Fcplusplus-final-project-rpg-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arezyhs%2Fcplusplus-final-project-rpg-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arezyhs%2Fcplusplus-final-project-rpg-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arezyhs","download_url":"https://codeload.github.com/arezyhs/cplusplus-final-project-rpg-game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243738955,"owners_count":20339997,"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":["cplusplus","text-based-game"],"created_at":"2024-11-21T10:28:01.746Z","updated_at":"2025-03-15T13:46:03.012Z","avatar_url":"https://github.com/arezyhs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eAdventure RPG Game\u003c/h1\u003e\n\n\u003ch2\u003eOverview\u003c/h2\u003e\n\u003cp\u003eThis project is a simple text-based RPG game written in C++. Players navigate through a fantasy world, encountering enemies and making choices to progress in the game.\u003c/p\u003e\n\n\u003ch2\u003eContributors\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003earezyh.s https://github.com/arezyhs \u003c/li\u003e\n        \u003cli\u003eshylniac https://github.com/shylniac \u003c/li\u003e\n    \u003c/ul\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003ePlayer Class:\u003c/strong\u003e The game includes a \u003ccode\u003ePlayer\u003c/code\u003e class with attributes such as name, level, experience, health, attack, coins, and defense.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eEnemy Classes:\u003c/strong\u003e Various enemy classes, such as \u003ccode\u003eGoblinEnemy\u003c/code\u003e, \u003ccode\u003eWizardEnemy\u003c/code\u003e, \u003ccode\u003eDarkKnightEnemy\u003c/code\u003e, \u003ccode\u003eGiantEnemy\u003c/code\u003e, and \u003ccode\u003eFinalBossEnemy\u003c/code\u003e, each with unique characteristics.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eCombat System:\u003c/strong\u003e Players engage in turn-based combat with enemies, choosing to attack or run away. Combat outcomes impact player stats and progression.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eExploration:\u003c/strong\u003e Players can explore the game world, encountering random events like finding coins or facing enemies. Level 10 introduces a final boss encounter.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eHealing:\u003c/strong\u003e Players can choose to heal by spending coins, replenishing health during their journey.\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eSave and Load:\u003c/strong\u003e The game supports saving and loading player progress using a text file (\u003ccode\u003eplayer_progress.txt\u003c/code\u003e).\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eClass Selection:\u003c/strong\u003e Players can choose their character class at the beginning, affecting starting stats.\u003c/li\u003e\n    \u003c/ul\u003e\n\n\u003ch2\u003eHow to Play\u003c/h2\u003e\n    \u003col\u003e\n        \u003cli\u003eEnter your character's name.\u003c/li\u003e\n        \u003cli\u003eChoose a character class: Warrior, Archer, or Knight.\u003c/li\u003e\n        \u003cli\u003eEmbark on an adventure, exploring the world, battling enemies, and leveling up.\u003c/li\u003e\n        \u003cli\u003eUse the options to explore, heal, save, load, or exit the game.\u003c/li\u003e\n    \u003c/ol\u003e\n\n\u003ch2\u003eCharacter Classes\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003eWarrior:\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eHealth: 100\u003c/li\u003e\n                \u003cli\u003eAttack: 20\u003c/li\u003e\n                \u003cli\u003eDefense: 5\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eArcher:\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eHealth: 75\u003c/li\u003e\n                \u003cli\u003eAttack: 20\u003c/li\u003e\n                \u003cli\u003eDefense: 20\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eKnight:\u003c/strong\u003e\n            \u003cul\u003e\n                \u003cli\u003eHealth: 150\u003c/li\u003e\n                \u003cli\u003eAttack: 25\u003c/li\u003e\n                \u003cli\u003eDefense: 10\u003c/li\u003e\n            \u003c/ul\u003e\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\n\u003ch2\u003eCheat Code (for testing)\u003c/h2\u003e\n    \u003cp\u003ePress \u003ccode\u003e9\u003c/code\u003e when choosing a character class to activate cheat mode, setting your character to level 10 with enhanced stats.\u003c/p\u003e\n\n\u003ch2\u003eDependencies\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eC++ Standard Library\u003c/li\u003e\n    \u003c/ul\u003e\n\n\u003ch2\u003eHow to Compile and Run\u003c/h2\u003e\n    \u003col\u003e\n        \u003cli\u003eMake sure you have a C++ compiler installed.\u003c/li\u003e\n        \u003cli\u003eCompile the source code.\n            \u003cpre\u003e\n                \u003ccode\u003eg++ -o adventure_rpg adventure_rpg.cpp\u003c/code\u003e\n            \u003c/pre\u003e\n        \u003c/li\u003e\n        \u003cli\u003eRun the executable.\n            \u003cpre\u003e\n                \u003ccode\u003e./adventure_rpg\u003c/code\u003e\n            \u003c/pre\u003e\n        \u003c/li\u003e\n    \u003c/ol\u003e\n\n\u003ch2\u003eAcknowledgments\u003c/h2\u003e\n    \u003cp\u003eThank you for playing the Adventure RPG game! Have fun exploring the fantasy world and overcoming challenges!\u003c/p\u003e\n\n\u003c/body\u003e\n\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farezyhs%2Fcplusplus-final-project-rpg-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farezyhs%2Fcplusplus-final-project-rpg-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farezyhs%2Fcplusplus-final-project-rpg-game/lists"}