{"id":15388976,"url":"https://github.com/olange/arcade","last_synced_at":"2026-02-26T15:34:09.820Z","repository":{"id":46688602,"uuid":"286767258","full_name":"olange/arcade","owner":"olange","description":"A distributed arcade game and mashup of a few delighful arcade games from the eighties — including restoration of an original Pacman Arcade Cocktail table (Karateco 1984)","archived":false,"fork":false,"pushed_at":"2022-06-13T17:38:57.000Z","size":1463,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T20:38:25.519Z","etag":null,"topics":["arcade","game","hexagrid"],"latest_commit_sha":null,"homepage":"https://d-arcade.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olange.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":"2020-08-11T14:33:44.000Z","updated_at":"2022-09-18T12:59:07.000Z","dependencies_parsed_at":"2022-08-25T06:50:53.201Z","dependency_job_id":null,"html_url":"https://github.com/olange/arcade","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olange%2Farcade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olange%2Farcade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olange%2Farcade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olange%2Farcade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olange","download_url":"https://codeload.github.com/olange/arcade/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247502151,"owners_count":20949201,"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","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","hexagrid"],"created_at":"2024-10-01T14:58:44.524Z","updated_at":"2026-02-26T15:34:04.787Z","avatar_url":"https://github.com/olange.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arcade\n\nRestoration of a Pacman Arcade Cocktail table (Karateco 1984) and mashup of a few arcade games, retrofitted to hexagonal grids. \n\n## Project status\n\n🌱 Early stage of development. Only a landing page with a partial UI is deployed on Firebase. Expect everything to evolve. Next to the source code, there are various experiments available and listed from the [homepage of the wiki](https://github.com/olange/arcade/wiki).\n\n## Repository structure\n\nThis repository has a _monorepo_ layout, holding two projects [`webapp`](webapp/) and [`server`](server/), with shared library [`hexgrid`](packages/hexgrid/).\n\n```ascii\n/ ..................... NPM \u0026 Firebase scripts for global assembly \u0026 deployment\n|\n+-- webapp ............ D-Arcade PWA\n|   +-- components .... + Web Components\n|   +-- static ........ + Static HTML5/CSS3 \u0026 more assets\n|\n+-- server ............ D-Arcade Back-end\n|   +-- src ........... + (to be created)\n|\n+-- packages\n    +-- hexgrid ....... Hexgrid library from Red Blob Games\n```\n\n## How-to… ?\n\n### 1. Setup\n\n```bash\n$ npm install\n```\n\nOptionally, if you want to deploy to [Firebase Hosting](https://console.firebase.google.com/project/d-arcade/hosting) — requires appropriate access rights:\n\n```bash\n$ npm install -g firebase-tools\n```\n\n### 2. Run\n\nStart development server \u0026 edit the code of the webapp, save and enjoy instant [hot-module reloading](https://www.snowpack.dev/concepts/hot-module-replacement) – by the virtue of [ESBuild](https://esbuild.github.io) and [Snowpack](https://www.snowpack.dev):\n\n```bash\n$ npm run start\n```\n\nAbove is equivalent to:\n\n```bash\n$ cd webapp\n$ npm run start\n```\n\n### 3. Deploy\n\nDeploy to [Firebase Hosting](https://console.firebase.google.com/project/d-arcade/hosting) — would require appropriate access rights:\n\n```bash\n$ npm run deploy\n```\n\nThis command will also run a production build of the webapp and its dependencies\n(triggered by `hosting/predeploy` script in [`firebase.json`](firebase.json)).\n\n### 4. Production build\n\n```bash\n# All packages\n$ npm run build\n\n# A single package\n$ cd webapp\n$ npm run build\n```\n\n### 5. Specialized tasks\n\nCheck code-style \u0026 reformat source code (with [Prettier](https://prettier.io)):\n\n```bash\n# All packages\n$ npm run format\n\n# A single package\n$ cd webapp\n$ npm run format\n```\n\nCheck syntax \u0026 eventually find problems (with [ESLint](https://eslint.org)):\n\n```bash\n# All packages\n$ npm run lint\n\n# A single package\n$ cd webapp\n$ npm run lint\n\n# Alternatively, from the root folder\n$ npx eslint webapp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folange%2Farcade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folange%2Farcade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folange%2Farcade/lists"}