{"id":18550506,"url":"https://github.com/edtonatto/freecodecamp-javascript-rpg","last_synced_at":"2025-05-15T10:09:40.923Z","repository":{"id":213745080,"uuid":"734754455","full_name":"EdTonatto/FREECODECAMP-JavaScript-RPG","owner":"EdTonatto","description":"In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.","archived":false,"fork":false,"pushed_at":"2023-12-22T22:43:03.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T10:25:38.102Z","etag":null,"topics":["freecodecamp","freecodecamp-javascript","javascript","rpg"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-javascript-by-building-a-role-playing-game/step-1","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdTonatto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-22T14:21:58.000Z","updated_at":"2024-09-28T23:23:25.000Z","dependencies_parsed_at":"2023-12-22T19:33:06.632Z","dependency_job_id":"5cd809ea-192e-42bb-abb0-137d9d2c580e","html_url":"https://github.com/EdTonatto/FREECODECAMP-JavaScript-RPG","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"6847af9355a0ebbdb9d19d4b1d25af00d82076a3"},"previous_names":["edtonatto/freecodecamp-javascript-rpg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-RPG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-RPG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-RPG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdTonatto%2FFREECODECAMP-JavaScript-RPG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdTonatto","download_url":"https://codeload.github.com/EdTonatto/FREECODECAMP-JavaScript-RPG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051075,"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":["freecodecamp","freecodecamp-javascript","javascript","rpg"],"created_at":"2024-11-06T21:04:59.326Z","updated_at":"2025-05-15T10:09:40.891Z","avatar_url":"https://github.com/EdTonatto.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://edtonatto.github.io/FREECODECAMP-JavaScript-RPG/\" target=\"_blank\"\u003e\u003cimg src=\"./img/JavaScript-RPG-Main.png\" width=\"400px\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\u003e\u003cimg src=\"https://img.shields.io/badge/version-1.0.0-blue\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-RPG/actions/workflows/pages/pages-build-deployment\"\u003e\u003cimg src=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-RPG/actions/workflows/pages/pages-build-deployment/badge.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/EdTonatto/FREECODECAMP-JavaScript-RPG/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/EdTonatto/FREECODECAMP-JavaScript-RPG.svg\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# FreeCodeCamp - Learn Basic JavaScript by Building a Role Playing Game\nJavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.\n\nIn this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.\n\n\u003cdiv id=\"images\" align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eMain screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-Main.png\"/\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eStore screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-Store.png\"/\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eCave screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-Cave.png\"/\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eFight screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-Fight.png\"/\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eGame over screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-GameOver.png\"/\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003cstrong\u003e\u003cp\u003eVictory screen\u003c/p\u003e\u003c/strong\u003e\n        \u003cimg src=\"./img/JavaScript-RPG-Win.png\"/\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-rpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-rpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedtonatto%2Ffreecodecamp-javascript-rpg/lists"}