{"id":13341206,"url":"https://github.com/angusin/close-combat-calculator","last_synced_at":"2025-03-11T20:32:55.845Z","repository":{"id":249810363,"uuid":"536003089","full_name":"angusin/close-combat-calculator","owner":"angusin","description":"Helper for better creating the stats of units in the Close Combat board game.","archived":false,"fork":false,"pushed_at":"2022-09-16T12:23:23.000Z","size":2069,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-30T21:01:23.149Z","etag":null,"topics":["board-game","close-combat","game","wargame"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/angusin.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":"2022-09-13T07:12:32.000Z","updated_at":"2024-03-19T19:55:42.000Z","dependencies_parsed_at":"2024-07-23T14:00:56.689Z","dependency_job_id":"69292b1b-5bad-4098-821c-b429225ddde9","html_url":"https://github.com/angusin/close-combat-calculator","commit_stats":null,"previous_names":["angusin/close-combat-calculator"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angusin%2Fclose-combat-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angusin%2Fclose-combat-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angusin%2Fclose-combat-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angusin%2Fclose-combat-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angusin","download_url":"https://codeload.github.com/angusin/close-combat-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221249533,"owners_count":16784960,"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":["board-game","close-combat","game","wargame"],"created_at":"2024-07-29T19:25:13.940Z","updated_at":"2024-10-23T23:30:46.125Z","avatar_url":"https://github.com/angusin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/badge/chart.js-F5788D.svg?style=for-the-badge\u0026logo=chart.js\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/angusin/close-combat-calculator?style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/github/repo-size/angusin/close-combat-calculator?style=for-the-badge\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Close Combat - Stats Calculator\n\nThis app helps us creating better stats for the units in the Close Combat board game.\nBy changing the Dice Type, the Dice Number and the Defense (armor) of the objective, we can better estimate the average wound that an attack will cause, changing the stats of the attacker for a better leveling between all of them.\n\n## Demo\n\nYou can view a demo here: http://close-combat-calculator.modelbrush.com\n\n## Tech Stack\n\n**Client:** Angular 14 (https://angular.io/)\n\n**Styles:** Halfmoon (https://www.gethalfmoon.com/)\n\n**Visualization:** Chart.js (https://www.chartjs.org/) and ng2-charts (https://valor-software.com/ng2-charts/)\n\n**Toasts:** Angular Toastr (https://ngx-toastr.vercel.app/)\n\n## Screenshots\n\nYou can tweak with 3 different attacks at the same time, changing all values. The chats will update at real time:\n\n![Screenshot 2022-09-16 at 11 30 34](https://user-images.githubusercontent.com/8282153/190616161-7bb90fad-56e8-4ba8-867f-47703d74b963.png)\n\nIn the bottom part you can see a big chart with all the 3 attacks merged, for a better visualization and comparison between them:\n\n![Screenshot 2022-09-16 at 11 29 41](https://user-images.githubusercontent.com/8282153/190616187-7075e06d-7400-4873-8434-872006437b05.png)\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone git@github.com:angusin/close-combat-calculator.git\n```\n\nGo to the project directory\n\n```bash\n  cd close-combat-calculator\n```\n\nInstall the dependencies\n\n```bash\n  npm install\n```\n\nStart the app\n\n```bash\n  ng serve -o\n```\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangusin%2Fclose-combat-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangusin%2Fclose-combat-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangusin%2Fclose-combat-calculator/lists"}