{"id":21015276,"url":"https://github.com/gperretta/arcade-mini-projects","last_synced_at":"2026-05-07T09:32:38.347Z","repository":{"id":202821906,"uuid":"708206121","full_name":"gperretta/arcade-mini-projects","owner":"gperretta","description":"Simple arcade games collection.","archived":false,"fork":false,"pushed_at":"2023-10-22T17:38:05.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T22:19:25.674Z","etag":null,"topics":["arcade-game","css","front-end","html","javascript","web"],"latest_commit_sha":null,"homepage":"","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/gperretta.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":"2023-10-21T20:58:55.000Z","updated_at":"2023-10-21T21:03:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e44536fd-5da7-481b-bc67-a10abd755578","html_url":"https://github.com/gperretta/arcade-mini-projects","commit_stats":null,"previous_names":["gperretta/arcade-mini-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gperretta/arcade-mini-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gperretta%2Farcade-mini-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gperretta%2Farcade-mini-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gperretta%2Farcade-mini-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gperretta%2Farcade-mini-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gperretta","download_url":"https://codeload.github.com/gperretta/arcade-mini-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gperretta%2Farcade-mini-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arcade-game","css","front-end","html","javascript","web"],"created_at":"2024-11-19T10:09:21.124Z","updated_at":"2026-05-07T09:32:38.330Z","avatar_url":"https://github.com/gperretta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eArcade - HTML/CSS/Javascript mini-projects\u003c/h1\u003e \n\n\u003ch3\u003eRunning Duck\u003c/h3\u003e\n\u003cp\u003e\n    First arcade game: \u003ci\u003einfinite runner\u003c/i\u003e.\u003cbr\u003e\n    What happens when you're a duck trying to avoid a buoy that's floating right in your direction? You \u003cb\u003ejump\u003c/b\u003e!\u003cbr\u003e\n\u003c/p\u003e\n\u003cp\u003e\n    The game area is structured as a grid: each grid cell is a div.\u003cbr\u003e\n    While the duck will stay floating in the same point, the buoy will move one cell at a time.\u003cbr\u003e\n    You can avoid crashing into the obstacle by tapping the space bar and making the duck jump - thanks to the CSS transform property.\u003cbr\u003e\n    The progress will be easily tracked with:\n    \u003cul\u003e\n        \u003cli\u003ethe score: increased by ten per each obstacled that's been avoided\u003c/li\u003e \n        \u003cli\u003ethe level and the speed of the buoy: both increased by one each time the score will reach a value that's a multiple of 50\u003c/li\u003e\n     \u003c/ul\u003e\n\u003c/p\u003e\n\u003cimg src=\"common/screenshots/rd-screen.png\"/\u003e\n\n\u003ch3\u003eWhack-A-Mole\u003c/h3\u003e\n\u003cp\u003e\n    Here's a revival of the popular \u003ci\u003ewhack-a-mole\u003c/i\u003e.\u003cbr\u003e\n    There's one easy rule: hit the mole as many times as you can until the time is up!\u003cbr\u003e\n\u003c/p\u003e\n\u003cp\u003e\n    The game area is a grid and each cell is a div, where the mole will appear.\u003cbr\u003e\n    You can hit the mole by tapping on it with the cursor, just be fast: the timer is running and the mole is speeding up as well, increasing the difficulty of the game second by second.\u003cbr\u003e\n    When a mole gets hit, your score goes up by one - and the mole will be \u003cem\u003eclearly\u003c/em\u003e hurt.\n\u003c/p\u003e\n\u003cimg src=\"common/screenshots/wam-screen.png\"/\u003e\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgperretta%2Farcade-mini-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgperretta%2Farcade-mini-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgperretta%2Farcade-mini-projects/lists"}