{"id":16609605,"url":"https://github.com/artbit/super-mario-sky","last_synced_at":"2025-09-11T12:36:14.485Z","repository":{"id":3682336,"uuid":"4752231","full_name":"ArtBIT/super-mario-sky","owner":"ArtBIT","description":"Creates a scrolling Super Mario inspired sky scape.","archived":false,"fork":false,"pushed_at":"2017-02-22T13:25:08.000Z","size":40,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T04:19:59.488Z","etag":null,"topics":["demo","javascript","mario","spritesheet"],"latest_commit_sha":null,"homepage":null,"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/ArtBIT.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":"2012-06-22T14:48:59.000Z","updated_at":"2021-09-26T17:22:15.000Z","dependencies_parsed_at":"2022-09-01T06:23:16.126Z","dependency_job_id":null,"html_url":"https://github.com/ArtBIT/super-mario-sky","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ArtBIT/super-mario-sky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fsuper-mario-sky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fsuper-mario-sky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fsuper-mario-sky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fsuper-mario-sky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtBIT","download_url":"https://codeload.github.com/ArtBIT/super-mario-sky/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fsuper-mario-sky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274634970,"owners_count":25321833,"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-09-11T02:00:13.660Z","response_time":74,"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":["demo","javascript","mario","spritesheet"],"created_at":"2024-10-12T01:29:09.970Z","updated_at":"2025-09-11T12:36:14.421Z","avatar_url":"https://github.com/ArtBIT.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Super-Mario-Sky\n===============\n![Super Mario Sky](images/super_mario_sky.png)\n\nSuper Mario Sky is a simple jQuery plugin that allows you to easily create simple parallax scrolling clouds from old Super Mario Brothers games. \n\n# Demo\n[Click Here](http://artbit.github.io/super-mario-sky/) to see a live demo.\n\n# Example Usage\nCreate a simple html block with set width and height:\n\n    \u003cdiv class=\"screen\" style=\"width: 300px; height: 300px; overflow: hidden\"\u003e\n    \u003c/div\u003e\n\nAnd populate it with several layers of Mario clouds:\n\n    \u003cscript type='text/javascript'\u003e\n        jQuery(function(){\n    jQuery('.screen')\n\t    .sprite_layer({num_sprites: 5, xspeed: -10})\n\t    .sprite_layer({num_sprites: 5, xspeed: -20})\n\t    .sprite_layer({num_sprites: 2, xspeed: -30})\n\t});\n    \u003c/script\u003e\n\nSee the [index.html](http://github.com/ArtBIT/super-mario-sky/blob/master/index.html) file for an example with multiple sprite classes.\n\n# Options\n```sprite_layer``` method accepts the following options:\n* **num_sprites** - the number of sprites to generate on the layer\n* **xspeed** - horizontal speed of the layer (in pixels per second)\n* **yspeed** - vertical speed of the layer (in pixels per second)\n* **sprite_class** - css class to apply to the sprite html element\n* **opacity** - layer opacity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbit%2Fsuper-mario-sky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartbit%2Fsuper-mario-sky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartbit%2Fsuper-mario-sky/lists"}