{"id":15638113,"url":"https://github.com/cmfcmf/anno2018","last_synced_at":"2025-06-21T23:02:26.853Z","repository":{"id":32156223,"uuid":"137308889","full_name":"cmfcmf/Anno2018","owner":"cmfcmf","description":"Rewriting Anno 1602 from scratch by using extracted assets from the original game.","archived":false,"fork":false,"pushed_at":"2024-08-10T00:45:29.000Z","size":5473,"stargazers_count":99,"open_issues_count":15,"forks_count":8,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-03T20:43:15.180Z","etag":null,"topics":["anno","anno1602","game","isometric","pixijs","webgl"],"latest_commit_sha":null,"homepage":"https://cmfcmf.github.io/Anno2018","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmfcmf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"COPYING.AGPLv3","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},"funding":{"ko_fi":"cmfcmf"}},"created_at":"2018-06-14T05:10:49.000Z","updated_at":"2025-03-25T17:50:43.000Z","dependencies_parsed_at":"2024-10-23T04:33:18.017Z","dependency_job_id":null,"html_url":"https://github.com/cmfcmf/Anno2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmfcmf/Anno2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FAnno2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FAnno2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FAnno2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FAnno2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmfcmf","download_url":"https://codeload.github.com/cmfcmf/Anno2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FAnno2018/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261206064,"owners_count":23124832,"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":["anno","anno1602","game","isometric","pixijs","webgl"],"created_at":"2024-10-03T11:18:48.362Z","updated_at":"2025-06-21T23:02:21.830Z","avatar_url":"https://github.com/cmfcmf.png","language":"TypeScript","funding_links":["https://ko-fi.com/cmfcmf"],"categories":[],"sub_categories":[],"readme":"# Anno 2018\n\n[![Gitpod Open-Dev-Environment](https://img.shields.io/badge/GitPod-click%20to%20open%20ready%20to%20use%20dev%20environment-blue)](https://gitpod.io/#https://github.com/cmfcmf/Anno2018) \n\nThis is a rewrite of twenty-year-old Anno 1602 using modern techniques, running\nentirely in the browser.\nMy goal is to bring the complete Anno 1602 experience to modern devices.\nIt uses grahics and configuration of the original game. Due to copyright law,\nI cannot include the Anno 1602 graphics with Anno 2018. You need to have a copy of\nAnno 1602 installed on your computer to import them into this game.\n\n## Thanks\n\nThis would have never been possible without the work of countless Anno enthusiasts:\n- [Sir Henry](https://github.com/wzurborg) for their work on different tools around\n  the Anno1602 file formats, including decryption of the savegame format.\n- [Benedikt Freisen](https://github.com/roybaer) for their work on _mdcii-engine_\n  and decoding further Anno1602 file formats.\n- The countless forum posts and websites who worked on Anno1602 mods.\n\n## Getting Started\n\n1. Go to http://cmfcmf.github.io/Anno2018/\n2. Upload your zipped Anno files\n3. Grab a coffee\n4. Click on a savegame to start it.\n\n## Contributing / Running Locally\n\nTo run this project on your machine, follow the steps outlined in the\n[Contributing Guide](CONTRIBUTING.md).\n\n## Roadmap\n\n- [x] Load Anno 1602 savegames\n- [x] Render Anno 1602 savegames\n- [x] Render static animations (flags, smoke)\n- [x] Render tile animations (water, rivers, mill, canon foundry)\n- [x] Render ships\n- [ ] Building logic\n  - [x] Calculate radius\n  - [x] Calculate running cost\n  - [ ] Visualize radius\n  - [ ] Market logic\n    - [ ] Calculate storage capactiy\n    - [ ] Fetch produced goods\n  - [ ] Production building logic\n    - [ ] Render worker animations\n    - [ ] Fetch raw goods\n    - [x] Produce goods\n    - [ ] Pause if on fire or manually paused\n    - [ ] Building UI\n  - [ ] Public building logic\n  - [ ] House logic\n    - [ ] Tax\n    - [ ] Consumption of goods\n    - [ ] Level advancement\n- [ ] Building things\n  - [ ] Draggable streets, walls\n  - [ ] Rotateable buildings\n- [ ] Shipyard\n- [ ] Firefighters, Doctor\n- [ ] Ship logic\n  - [ ] Movement\n  - [ ] Trade Routes\n- [ ] Save savegame\n- [x] Start randomly generated endless game\n- [x] Play Anno 1602 scenarios\n- [ ] Trader\n- [ ] Pirate\n- [ ] Natives\n- [ ] Sound\n  - [x] Background music\n  - [ ] Building sounds\n- [ ] Misc\n  - [ ] Triumphal arch\n  - [ ] Golden monument\n  - [ ] Palace\n- [ ] Random events\n  - [ ] Vulcano\n  - [ ] Fire\n  - [ ] Plague\n  - [ ] Drought\n- [ ] Military\n  - [ ] Soldiers\n  - [ ] Towers\n  - [ ] Ship cannons\n- [ ] AI\n- [ ] Multiplayer\n- [ ] Random island generation\n- [ ] Increase island and map size\n- [ ] Running on Android and iOS\n\n## License\n\nSee the LICENSE.md file for further information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmfcmf%2Fanno2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmfcmf%2Fanno2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmfcmf%2Fanno2018/lists"}