{"id":26054688,"url":"https://github.com/avdaredevil/dangerousnanthy","last_synced_at":"2025-08-29T05:16:00.041Z","repository":{"id":47959629,"uuid":"106459735","full_name":"avdaredevil/DangerousNanthy","owner":"avdaredevil","description":"A remake of the old classic DOS game Dangerous Dave 1995 with many twists","archived":false,"fork":false,"pushed_at":"2022-12-06T14:41:31.000Z","size":14012,"stargazers_count":7,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T00:42:45.158Z","etag":null,"topics":["canvas","dave","dos","dos-like","game","node-webkit","phaser","polymer"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/avdaredevil.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}},"created_at":"2017-10-10T19:06:46.000Z","updated_at":"2024-05-29T11:41:20.000Z","dependencies_parsed_at":"2023-01-24T02:00:09.077Z","dependency_job_id":null,"html_url":"https://github.com/avdaredevil/DangerousNanthy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avdaredevil/DangerousNanthy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FDangerousNanthy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FDangerousNanthy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FDangerousNanthy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FDangerousNanthy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avdaredevil","download_url":"https://codeload.github.com/avdaredevil/DangerousNanthy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FDangerousNanthy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272633043,"owners_count":24967366,"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-29T02:00:10.610Z","response_time":87,"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":["canvas","dave","dos","dos-like","game","node-webkit","phaser","polymer"],"created_at":"2025-03-08T09:13:00.417Z","updated_at":"2025-08-29T05:16:00.036Z","avatar_url":"https://github.com/avdaredevil.png","language":"JavaScript","readme":"# Dangerous Nanthy (Modernized)\n\u003eA web clone of the classic DOS game Dangerous Dave, with a twist!\n\u003e\n\u003e**Note:** This version has been modernized to work with Node.js v22+ and no longer requires Bower.\n#### Inside Node Webkit\n![Dangerous Nanthy](https://cloud.githubusercontent.com/assets/5303018/20740382/8e0d6d4a-b690-11e6-8951-d943acf4aafa.png)\n\n### Link to live demo: [***PLAY DANGEROUS NANTHY***](https://avdaredevil.github.io/DangerousNanthy/)\n\n\u003e **Note:** The original Heroku demo at https://dangerous-nanthy.herokuapp.com/package/ may no longer be available.\n\n## The stuff on the inside ~oooohhh~\n* Game engine - Phaser 2 (v2.6.2) - *Using original version for compatibility*\n* Build tools - Node.js v22+, Gulp 5, Babel 7\n* Languages - Modern ES6+ JavaScript\n* Dev server - BrowserSync for live reload\n\n## External tooling\n* Tiled, for building the tilemaps\n* paint.net, GIMP, or any ***open source*** image editor of your choice, for building all the assets\n\n## Usage\n\n### Prerequisites\n- Node.js v16 or higher (tested with Node.js v22)\n- npm\n\n### Installation\n\nFirst, install all the dependencies:\n\n```sh\nnpm install\n```\n\n### Development\n\nTo run the game in development mode with live reload:\n\n```sh\nnpm run dev\n```\n\nThis will start a development server at [http://localhost:5000](http://localhost:5000)\n\n### Build\n\nTo build the game for production:\n\n```sh\nnpm run build\n```\n\nThe built files will be in the `package/` directory.\n\n### Clean\n\nTo clean the build directory:\n\n```sh\nnpm run clean\n```\n\n### Deploy to GitHub Pages\n\nTo deploy the game to GitHub Pages:\n\n1. Build the game: `npm run build`\n2. Create a `gh-pages` branch and push the `package/` directory contents:\n   ```bash\n   git checkout -b gh-pages\n   cp -r package/* .\n   git add .\n   git commit -m \"Deploy to GitHub Pages\"\n   git push origin gh-pages\n   ```\n3. Enable GitHub Pages in your repository settings (use `gh-pages` branch)\n4. Access your game at `https://avdaredevil.github.io/DangerousNanthy/`\n\nEnjoy :smiley:\n\nCredits:\n\n1. Modified spritesheet from agar3s's marioPhaser project\n2. Sound effect assets from soundbible.com\n3. Soundtrack from http://ericskiff.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdaredevil%2Fdangerousnanthy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favdaredevil%2Fdangerousnanthy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdaredevil%2Fdangerousnanthy/lists"}