{"id":37146899,"url":"https://github.com/andreas-jonsson/openwar","last_synced_at":"2026-01-14T17:05:48.686Z","repository":{"id":57521030,"uuid":"57234885","full_name":"andreas-jonsson/openwar","owner":"andreas-jonsson","description":"Classic fantasy RTS game in the spirit of Warcraft: Orcs \u0026 Humans.","archived":false,"fork":false,"pushed_at":"2023-04-12T11:52:54.000Z","size":103243,"stargazers_count":56,"open_issues_count":0,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-15T15:40:31.844Z","etag":null,"topics":["clone","game","game-engine","remake","warcraft"],"latest_commit_sha":null,"homepage":"https://openwar.io","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreas-jonsson.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":"2016-04-27T18:02:59.000Z","updated_at":"2025-07-24T17:47:16.000Z","dependencies_parsed_at":"2024-06-20T00:18:40.479Z","dependency_job_id":"9ab9d384-1236-4c9b-a672-dc23bd112127","html_url":"https://github.com/andreas-jonsson/openwar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreas-jonsson/openwar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreas-jonsson%2Fopenwar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreas-jonsson%2Fopenwar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreas-jonsson%2Fopenwar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreas-jonsson%2Fopenwar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreas-jonsson","download_url":"https://codeload.github.com/andreas-jonsson/openwar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreas-jonsson%2Fopenwar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["clone","game","game-engine","remake","warcraft"],"created_at":"2026-01-14T17:05:48.117Z","updated_at":"2026-01-14T17:05:48.676Z","avatar_url":"https://github.com/andreas-jonsson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenWar\n\n[![OSX \u0026 Linux Build](https://travis-ci.org/andreas-jonsson/openwar.svg?branch=master)](https://travis-ci.org/andreas-jonsson/openwar) [![Windows Build](https://ci.appveyor.com/api/projects/status/erhgfi08p3amtaec?svg=true)](https://ci.appveyor.com/project/andreas-t-jonsson/openwar)\n[![Donate](https://img.shields.io/badge/donate-itch.io-red.svg)](https://phix.itch.io/openwar/purchase)\n\n## About\n\nOpenWar is an alternative Warcraft: Orcs \u0026 Humans game engine. So unless you have a *legal copy* of Warcraft: Orcs \u0026 Humans (original MS-DOS version required, won't work with the Mac or Demo versions) OpenWar will be pretty useless to you, since it doesn't come with any graphics or sounds itself.\n\nSince OpenWar is a different game engine, not all things will work 100% the same as they did in the original Warcraft, if you want the original unchanged Warcraft experience, you will still have to use the original game.\n\n\u003cimg src=\"https://raw.githubusercontent.com/andreas-jonsson/openwar/master/doc/screenshot1.png\" width=\"250\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/andreas-jonsson/openwar/master/doc/screenshot4.png\" width=\"300\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/andreas-jonsson/openwar/master/doc/screenshot2.png\" width=\"250\"\u003e\n\n## Disclaimer\n\nOpenWar is *not* an official Blizzard product, its a Warcraft: Orcs \u0026 Humans modification, by Warcraft fans for Warcraft fans. You need a copy of the original Warcraft: Orcs \u0026 Humans MS-DOS version to make use of OpenWar. *Warcraft* is a registered trademark of [Blizzard Entertainment](https://www.blizzard.com).\n\n## Build\n\nUse [Homebrew](http://brew.sh) or [Linuxbrew](http://linuxbrew.sh) for building.\n\n```bash\nbrew tap andreas-jonsson/tap\nbrew install openwar\n```\n\nor the good old fashioned way.\n\n```bash\n# Start by installing all external dependencies:\n# GCC/LLVM/Mingw, Go1.8, Git, SDL2, SDL2_mixer (with Timidity support).\n\nexport GOPATH=$HOME                               # Make sure you have a GOPATH set to your Go workspace.\ngo get github.com/andreas-jonsson/openwar         # Download the project using Go.\ncd $GOPATH/src/github.com/andreas-jonsson/openwar\ngo build openwar.go                               # Build or run OpenWar.\n```\n\n## Development\n\nThe game is not yet playable but most resources are now decoded and loadable.\n\n* Images \u0026 Sprites\n* Palettes\n* Tilesets\n* Maps\n* Sound\n* Music\n* Dialog, Mission text, etc.\n\n## Other Projects\n\nYou can find more open-source game clones and remakes on [osgameclones.com](http://osgameclones.com/).\n\n## License\n```\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreas-jonsson%2Fopenwar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreas-jonsson%2Fopenwar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreas-jonsson%2Fopenwar/lists"}