{"id":19167695,"url":"https://github.com/sugidaffection/js-supermariobros","last_synced_at":"2026-06-16T12:32:06.470Z","repository":{"id":108482769,"uuid":"194634844","full_name":"sugidaffection/js-supermariobros","owner":"sugidaffection","description":"Super Mario Bros with Javascript","archived":false,"fork":false,"pushed_at":"2026-02-17T11:00:24.000Z","size":11812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-17T12:08:15.481Z","etag":null,"topics":["javascript","supermariobros"],"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/sugidaffection.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":"2019-07-01T08:45:11.000Z","updated_at":"2026-02-17T11:00:29.000Z","dependencies_parsed_at":"2023-04-26T03:17:06.050Z","dependency_job_id":null,"html_url":"https://github.com/sugidaffection/js-supermariobros","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sugidaffection/js-supermariobros","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Fjs-supermariobros","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Fjs-supermariobros/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Fjs-supermariobros/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Fjs-supermariobros/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sugidaffection","download_url":"https://codeload.github.com/sugidaffection/js-supermariobros/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Fjs-supermariobros/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34406820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["javascript","supermariobros"],"created_at":"2024-11-09T09:38:54.826Z","updated_at":"2026-06-16T12:32:06.465Z","avatar_url":"https://github.com/sugidaffection.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Super Mario Bros (JavaScript)\n\nA classic Super Mario Bros recreation built with JavaScript and the HTML5 Canvas API.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\n## Preview\n\n![Game Capture](./game_capture.png)\n\n## Features\n\n- Classic Super Mario Bros gameplay mechanics\n- Smooth physics-based movement and collision detection\n- Entity Component System (ECS) architecture\n- Responsive canvas rendering\n- Keyboard controls\n\n## Tech Stack\n\n- **Vanilla JavaScript** - Core game logic\n- **HTML5 Canvas** - Rendering\n- **Vite** - Build tooling and development server\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or higher recommended)\n- npm\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/js-supermariobros.git\n\n# Navigate to project directory\ncd js-supermariobros\n\n# Install dependencies\nnpm install\n```\n\n### Development\n\n```bash\n# Start the development server with hot reload\nnpm run dev\n```\n\nOpen your browser and navigate to `http://localhost:5173` (or the port shown in your terminal).\n\n### Build\n\n```bash\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n```\n\n## Controls\n\n| Key | Action |\n|-----|--------|\n| Arrow Keys / WASD | Move Left/Right |\n| Space / Up Arrow | Jump |\n\n## Project Structure\n\n```\njs-supermariobros/\n├── src/\n│   ├── main.js          # Application entry point\n│   ├── core/            # Core game systems\n│   └── ecs/             # Entity Component System implementation\n├── public/\n│   ├── assets/          # Game assets (sprites, sounds)\n│   └── fonts/           # Custom fonts\n├── tests/               # Test files\n├── index.html           # HTML entry point\n├── package.json         # Project configuration\n└── vite.config.js       # Vite configuration\n```\n\n## Deployment\n\nThis project is configured for deployment on GitHub Pages.\n\n### GitHub Pages Setup\n\n1. Go to your GitHub repository **Settings \u003e Pages**\n2. Set **Source** to **GitHub Actions**\n3. Push to `main` or `master` branch (or run the workflow manually)\n\nThe Vite `base` path is automatically configured during GitHub Actions builds.\n\n### Manual Deployment\n\n```bash\nnpm run build\n# Deploy the contents of the dist/ directory to your hosting service\n```\n\n## Testing\n\n```bash\n# Run tests\nnpm test\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgments\n\n- Super Mario Bros is a trademark of Nintendo. This project is a fan-made recreation for educational purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugidaffection%2Fjs-supermariobros","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsugidaffection%2Fjs-supermariobros","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugidaffection%2Fjs-supermariobros/lists"}