{"id":13338484,"url":"https://github.com/striezel/vespucci","last_synced_at":"2026-03-01T12:35:44.835Z","repository":{"id":26362043,"uuid":"29811150","full_name":"striezel/vespucci","owner":"striezel","description":"Vespucci is an open-source remake of the old Colonization classic.","archived":false,"fork":false,"pushed_at":"2025-11-24T16:24:37.000Z","size":1138,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T04:51:34.198Z","etag":null,"topics":["colonization","turn-based-strategy","work-in-progress"],"latest_commit_sha":null,"homepage":"https://gitlab.com/striezel/vespucci","language":"Pascal","has_issues":true,"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/striezel.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-01-25T10:58:28.000Z","updated_at":"2025-11-24T16:24:41.000Z","dependencies_parsed_at":"2024-02-05T16:28:17.018Z","dependency_job_id":"6415817c-0a83-492c-b12f-aed0da5560ac","html_url":"https://github.com/striezel/vespucci","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/striezel/vespucci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/striezel%2Fvespucci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/striezel%2Fvespucci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/striezel%2Fvespucci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/striezel%2Fvespucci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/striezel","download_url":"https://codeload.github.com/striezel/vespucci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/striezel%2Fvespucci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: 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":["colonization","turn-based-strategy","work-in-progress"],"created_at":"2024-07-29T19:16:22.308Z","updated_at":"2026-03-01T12:35:44.803Z","avatar_url":"https://github.com/striezel.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vespucci\n\nVespucci is an open-source remake of the old Colonization classic, a game\nsimilar to Civilization. It is still in an early stage of development.\n\n## Available releases\n\nCheck out the [release page](https://github.com/striezel/vespucci/releases) to\ndownload the latest available release.\n\nCurrently, only binaries for Windows are provided. However, the Windows binary\nalso works on Linux and macOS with the help of the\n[Wine compatibility layer](https://www.winehq.org/).\n\n## Build status\n\n* GitLab:\n[![GitLab pipeline status](https://gitlab.com/striezel/vespucci/badges/master/pipeline.svg)](https://gitlab.com/striezel/vespucci/-/pipelines)\n* GitHub:\n[![GitHub CI status](https://github.com/striezel/vespucci/workflows/GitHub-CI/badge.svg)](https://github.com/striezel/vespucci/actions)\n\n## Building from source\n\n### Prerequisites\n\nTo build Vespucci from source you need an Object Pascal / Delphi compiler like\n[Free Pascal](https://www.freepascal.org/), and the GLUT or freeglut library.\n\nIt also helps to have Git, a distributed version control system, on your build\nsystem to get the latest source code directly from the Git repository.\n\nAll of that can usually be installed by typing\n\n    # Debian 11 and earlier versions\n    apt-get install fp-compiler fp-units-gfx freeglut3 git\n\nor\n\n    # Debian 12\n    apt-get install fp-compiler fp-units-gfx libglut3.12 git\n\nor\n\n    yum install epel-release # needed for fpc (Free Pascal compiler) on Rocky Linux 9\n                             # ... and maybe on other Red Hat-based distros, too\n    yum install fpc freeglut git glibc-devel\n\ninto a root terminal.\n\n### Getting the source code\n\nGet the source directly from Git by cloning the Git repository and change to\nthe directory after the repository is completely cloned:\n\n    git clone https://gitlab.com/striezel/vespucci.git\n    cd vespucci\n\nThat's it, you should now have the current source code on your machine.\n\n### Build process\n\nThe build process is relatively easy, because you just have to invoke the\nFreePascal compiler. Starting in the root directory of the source, you can do\nthe following steps:\n\n    cd engine\n    fpc -S2 vespucci.dpr\n\n## Usage\n\nTo start the compiled program, type `./vespucci` into the terminal.\n\nNote that the game currently only has a German GUI, so you might want to wait\nfor the English translation, or - even better - help with that.\n\n## History of changes\n\nA changelog is provided as [separate file](./changelog.md).\n\n## Copyright and Licensing\n\nCopyright 2008-2020  Dirk Stolle\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstriezel%2Fvespucci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstriezel%2Fvespucci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstriezel%2Fvespucci/lists"}