Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colobot/colobot
Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
https://github.com/colobot/colobot
colobot colobot-gold game programming
Last synced: 13 days ago
JSON representation
Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
- Host: GitHub
- URL: https://github.com/colobot/colobot
- Owner: colobot
- License: gpl-3.0
- Created: 2012-03-08T18:06:46.000Z (over 12 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-15T18:07:49.000Z (about 2 months ago)
- Last Synced: 2024-09-15T19:29:46.622Z (about 2 months ago)
- Topics: colobot, colobot-gold, game, programming
- Language: C++
- Homepage: http://colobot.info/
- Size: 54.8 MB
- Stars: 1,112
- Watchers: 60
- Forks: 189
- Open Issues: 393
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-HEADER.txt
Awesome Lists containing this project
- awesome-open-source-games - Colobot - A real-time strategy game with programmable bots. (Native / Strategy)
README
This is the main repository for the open-source _Colobot: Gold Edition_ project developed by [TerranovaTeam](https://github.com/orgs/colobot/people) and community contributors, based on the original game by [Epsitec](https://www.epsitec.ch).
This repository contains only the source code of the project. The game also requires data files which are provided as a git submodule and are hosted in a [separate repository](https://github.com/colobot/colobot-data).
## Features
- Multiplatform - play the game on any modern OS.
- New game modes - challenge yourself in _Missions+_ or challenge your friends in _CodeBattles_.
- Mod support - download custom levels and assets from [our ModDB page](https://www.moddb.com/games/colobot-gold-edition).
- Improved visuals, QoL additions, bug fixes, and [other improvements](https://colobot.info/category/news/updates).## Download
### Stable releases
Official builds for Windows, Linux, MacOS are available here:\
[![Latest release](https://img.shields.io/github/v/release/colobot/colobot.svg?color=F5C700)](https://colobot.info/download-colobot-gold)Linux packages:\
[![latest packaged version(s)](https://repology.org/badge/latest-versions/colobot.svg)](https://repology.org/project/colobot/versions)\
[![Debian Unstable package](https://repology.org/badge/version-for-repo/debian_unstable/colobot.svg)](http://packages.debian.org/sid/colobot)\
[![AUR package](https://repology.org/badge/version-for-repo/aur/colobot-gold.svg)](https://aur.archlinux.org/packages/colobot-gold)\
[![openSUSE games Tumbleweed package](https://repology.org/badge/version-for-repo/opensuse_games_tumbleweed/colobot.svg)](http://software.opensuse.org/download.html?project=games&package=colobot)\
[![Fedora Rawhide package](https://repology.org/badge/version-for-repo/fedora_rawhide/colobot.svg)](https://src.fedoraproject.org/rpms/colobot)\
[![GNU Guix package](https://repology.org/badge/version-for-repo/gnuguix/colobot.svg)](https://packages.guix.gnu.org/packages/colobot)\
[![Void Linux x86_64 package](https://repology.org/badge/version-for-repo/void_x86_64/colobot.svg)](https://github.com/void-linux/void-packages/tree/master/srcpkgs/colobot)### Development builds
Development builds are compiled every push to the repository by GitHub Actions:\
[![Workflows](https://img.shields.io/github/last-commit/colobot/colobot/dev.svg)](https://github.com/colobot/colobot/actions)## Compiling from source
Instructions on how to build the game from sources are available for the following environments:
- [Linux](INSTALL.md)
- [Windows (MSYS2)](docs/INSTALL-MSYS2.md)
- [Windows (MSVC)](https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC)
- [MacOS](docs/INSTALL-MacOSX.md)## Contributing
If you want to contribute to the project, see [CONTRIBUTING.md](CONTRIBUTING.md).