{"id":24266170,"url":"https://github.com/davidosky007/rpg-game","last_synced_at":"2026-04-11T12:34:55.771Z","repository":{"id":53005838,"uuid":"353998901","full_name":"Davidosky007/Rpg-game","owner":"Davidosky007","description":"This is a Capstone project that signals the completion of the JavaScript module in the Microverse Curriculum. It is an RPG game, specifically a platform game","archived":false,"fork":false,"pushed_at":"2021-05-05T08:01:20.000Z","size":19980,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-06-11T19:19:59.955Z","etag":null,"topics":["babel","javascript","jest","netlify","phaser3","webpack"],"latest_commit_sha":null,"homepage":"https://wonderful-perlman-3b9600.netlify.app/","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/Davidosky007.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}},"created_at":"2021-04-02T11:28:49.000Z","updated_at":"2021-06-26T12:21:08.000Z","dependencies_parsed_at":"2022-09-08T06:41:40.461Z","dependency_job_id":null,"html_url":"https://github.com/Davidosky007/Rpg-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Davidosky007/Rpg-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davidosky007%2FRpg-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davidosky007%2FRpg-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davidosky007%2FRpg-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davidosky007%2FRpg-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Davidosky007","download_url":"https://codeload.github.com/Davidosky007/Rpg-game/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Davidosky007%2FRpg-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186211,"owners_count":24888333,"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-26T02:00:07.904Z","response_time":60,"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":["babel","javascript","jest","netlify","phaser3","webpack"],"created_at":"2025-01-15T10:59:35.250Z","updated_at":"2026-04-11T12:34:50.751Z","avatar_url":"https://github.com/Davidosky007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Project Name\n\n  \u003ch3 align=\"center\"\u003eJavaScript / Capstone --\u003e [False Ninja]\u003c/h3\u003e\n\n![screenshot](./src/assets/Screenshot1.png)\n![screenshot](./src/assets/Screenshot2.png)\n![screenshot](./src/assets/Screenshot3.png)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nThis is a Capstone project that signals the completion of the JavaScript module in the Microverse Curriculum.\nIt is an RPG game, specifically a platform game. The main inspiration was from multiplayer online games.\nIn this particular game the action is mainly focused on collecting as many chests as possible while having to combat monsters.\n\n## Built With\n\n* JavaScript\n* Phaser3\n* Webpack\n* Jest\n\n### How to Play\n\nThe game can be played using the arrow keys for moving the player and the spacebar for attacking the monster.\nBy moving the player you will be able to collect chests that contain gold. Each chest will update the score with a random amount between 20 and 30 golds.\nEach character has a health bar, player included. The monster's health bar will decrease each time the player attacks, but watch out, the monsters have a random movement and each time you will attack they will fight back making your health bar decrease.\nAs a bonus though, for each monster killed the player will have back some gold and some life to increase his health bar.\n\n### Design Process\n\nFalse Ninja was designed on an initial, quite complex, webpack configuration specific for Phaser3. This allowed me to investigate Phaser and its tools from a specific perspective. The entire map was built with Tiled on a 32 x 32 collection of squares. The map then has been exported as a json file and used for placing chests, and monsters at random positions.\n\nThe player has a set velocity and can move across the map by using the arrow keys. Each time the player dies it will be spawned at a different random position to make the game more interesting. The monsters and the chests will be as well randomly generated and spawned on the map. Each spawned element has a random unique id used to interact with the user. The unique id is generated with the help of uuid npm package.\n\n## Live Demo\n\n[Live Demo Link](https://wonderful-perlman-3b9600.netlify.app/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n* [Node.js](https://nodejs.org/) is required to install dependencies and run scripts via npm.\n* A modern browser\n\n### Clone\n\n* [download](https://github.com/Davidosky007/Rpg-game/archive/refs/heads/feature-1.zip) or clone this repo:\n  * Clone with SSH:\n\n  ```\n    git@github.com:Davidosky007/Rpg-game.git\n  ```\n\n  * Clone with HTTPS\n\n  ```\n    https://github.com/Davidosky007/Rpg-game.git\n\n### Setup\n\nInstall dependencies:\n\n```\nnpm install\n```\n\n## Potential future features\n\n* Extend the game to a multiplayer online game\n* Add authentication process\n\n### Usage\n\nStart the local webserver:\n\n```$ npm start``` \u003e will open a local webserver at \u003chttp://localhost:8081/\u003e directly in your default browser with the game ready to be played\n\n### Run tests\n\n* Run the command and see the output:\n```$ npm run test```\n\n## Author\n\n👤 **David Bassey**\n\n* GitHub: [@davidosky007](https://github.com/davidosky007)\n* Twitter: [@davidosky2](https://twitter.com/Davidosky2)\n* LinkedIn: [David Bassey](https://www.linkedin.com/in/david-bassey-akan/)\n\n## :handshake: Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Davidosky007/Rpg-game/issues).\n\n## Show your support\n\nGive a :star: if you like this project!\n\n## Acknowledgments\n\n* [OpenGameArt](https://opengameart.org/)\n* [Phaser3](https://phaser.io/phaser3) \u0026 [Phaser Template](https://github.com/photonstorm/phaser3-project-template)\n* [Microverse](https://www.microverse.org/)\n\n## 📝 License\n\nThis project is [MIT](lic.url) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidosky007%2Frpg-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidosky007%2Frpg-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidosky007%2Frpg-game/lists"}