{"id":22276800,"url":"https://github.com/jakjus/hax-climb","last_synced_at":"2025-10-14T22:34:13.392Z","repository":{"id":113987403,"uuid":"524398412","full_name":"jakjus/hax-climb","owner":"jakjus","description":"Haxball Server Script for Winky-type climbing maps.","archived":false,"fork":false,"pushed_at":"2024-08-26T12:23:19.000Z","size":425,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T11:39:31.218Z","etag":null,"topics":["hax-climb","haxball","mod","script"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jakjus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-13T12:51:21.000Z","updated_at":"2024-08-26T12:23:23.000Z","dependencies_parsed_at":"2024-07-08T15:29:09.184Z","dependency_job_id":"5011f204-ab2c-4816-8148-a1d94ea59e8a","html_url":"https://github.com/jakjus/hax-climb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakjus/hax-climb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakjus%2Fhax-climb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakjus%2Fhax-climb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakjus%2Fhax-climb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakjus%2Fhax-climb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakjus","download_url":"https://codeload.github.com/jakjus/hax-climb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakjus%2Fhax-climb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021785,"owners_count":26087056,"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-10-14T02:00:06.444Z","response_time":60,"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":["hax-climb","haxball","mod","script"],"created_at":"2024-12-03T14:16:11.023Z","updated_at":"2025-10-14T22:34:13.363Z","avatar_url":"https://github.com/jakjus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e⛰️ hax-climb\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-2.1.1-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/npm-%3E%3D8.6.0-blue.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node-%3E%3D16.0.0-blue.svg\" /\u003e\n  \u003ca href=\"https://github.com/jakjus/hax-climb#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/jakjus/hax-climb/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/jakjus/hax-climb/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/jakjus/hax-climb\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Haxball Room Script for Climbing Mod (initial map \u0026 gameplay by Winky)\n\n![Preview](./preview.png)\n\n### 🚀 [Discord](https://discord.gg/dYk5UXs)\n\n## Prerequisites\n\n- npm \u003e=8.6.0\n- node \u003e=16.0.0\n\n## Install\n\n```sh\ngit clone git@github.com:jakjus/hax-climb.git\ncd hax-climb/\nnpm install\n```\n\n## Usage\n\nRename `config.example.ts` with `config.ts`. Insert **token** from https://haxball.com/headlesstoken into `config.ts`.\n\n```ts\n// config.ts\n\nexport default {\n    roomName: `🌕   HaxClimb v2.1.1 by jakjus`,\n    token: `YOUR_TOKEN_HERE`,\n}\n```\n\nRun Server:\n```sh\nnpm start\n```\n\n### Adding maps\nTo add a new map, follow the format in `src/maps/jakjus-tower.ts`. Then, add appropiate import in `src/maps/maplist.ts`. Map will be changed automatically.\n\n### Settings\nSome script settings can be changed in `src/settings.ts`.\n\n### Migration (optional)\n*Only if you upgrade versions and some data exists!*\n\nTo migrate data (database) from v0.x.x to v1.x.x:\n```\nnpm run migrate_v1\n```\n\nTo migrate data (database) from v1.x.x to v2.x.x:\n```\nnpm run migrate_v2\n```\n\n## Features\n- [x] Winky's Climbing Challenge map\n- [x] Checkpoint system\n- [x] Timer\n- [x] Leaderboards\n- [x] SQLite database (persistent stats)\n- [x] Multiple maps with separate leaderboards\n- [x] Map Voting\n\n\n## Author\n\n👤 **Jakub Juszko**\n\n* Website: https://jakjus.com\n* Github: [@jakjus](https://github.com/jakjus)\n* LinkedIn: [@jakubjuszko](https://linkedin.com/in/jakubjuszko)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/jakjus/hax-climb/issues). \n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2022 [Jakub Juszko](https://github.com/jakjus).\u003cbr /\u003e\nThis project is [MIT](https://github.com/jakjus/hax-climb/blob/master/LICENSE) licensed.\n\n***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakjus%2Fhax-climb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakjus%2Fhax-climb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakjus%2Fhax-climb/lists"}