Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
 
 
Go to file
Tomasz Kapuściński ee9f9d875d Replaced remaining MakeUnique 2023-08-13 17:39:12 +02:00
.github/workflows Merge branch 'dev' into dev-graphics-overhaul 2023-08-08 01:01:57 +02:00
CBot Replaced boost::replace_all with StrUtils::Replace 2023-08-09 21:43:15 +02:00
cmake Updated SDL2 and SDL2_image library names 2022-11-26 20:04:44 +01:00
colobot Added Version::DEVELOPMENT_BUILD to check for development build 2023-08-09 16:40:18 +02:00
data@1759e5bd31 Update Russian translation (#1557) 2023-07-04 20:35:52 +02:00
desktop Rewritten project version specification 2023-08-09 15:27:23 +02:00
docimg improve screenshots 2020-07-10 15:48:52 +02:00
docs Merge branch 'vscode-instructions' of https://github.com/MrJohn10/colobot into vscode-instructions 2020-07-10 15:49:37 +02:00
lib Merge branch 'dev' into dev-graphics-overhaul 2022-04-23 11:48:09 +02:00
po Update Russian translation (#1557) 2023-07-04 20:35:52 +02:00
src Replaced remaining MakeUnique 2023-08-13 17:39:12 +02:00
test Replaced remaining MakeUnique 2023-08-13 17:39:12 +02:00
tools Rewrite the update license script 2021-09-11 15:53:50 +02:00
.gitignore Extracted Colobot executable target to a separate directory 2023-08-09 14:42:24 +02:00
.gitmodules Merge branch 'dev' into dev-graphics-overhaul 2022-04-23 11:48:09 +02:00
CMakeLists.txt Replaced boost::filesystem with std::filesystem 2023-08-09 17:04:09 +02:00
CONTRIBUTING.md Replace outdated links in CONTRIBUTING.md 2023-07-21 22:47:40 +02:00
Doxyfile.in Minor documentation fixes 2017-05-19 20:15:13 +02:00
INSTALL-MSYS2.md Add missing library in MSYS2 instruction 2021-03-21 15:17:28 +01:00
INSTALL-MacOSX.md Update INSTALL-MacOSX.md 2022-09-15 00:12:54 +02:00
INSTALL.md Remove support for MXE 2021-09-04 21:52:58 +02:00
LICENSE-HEADER.txt Updated license headers 2023-08-06 23:15:48 +02:00
LICENSE.txt Updated readme files; added license 2012-07-27 20:21:02 +02:00
README-dev.md Replace outdated links in README-dev.md 2023-07-21 23:14:09 +02:00
README.md Rewrite README.md 2023-07-21 22:09:33 +02:00
vcpkg.json Fix windows build failure (#1595) 2023-07-04 20:35:52 +02:00

README.md

colobot.info Discord GitHub Discussions ModDB YouTube Reddit Twitter Facebook

This is the main repository for the open-source Colobot: Gold Edition project developed by TerranovaTeam and community contributors, based on the original game by Epsitec.

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.

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.
  • Improved visuals, QoL additions, bug fixes, and other improvements.

Download

Stable releases

Official builds for Windows, Linux, MacOS are available here:
Latest release

Linux packages:
latest packaged version(s)
Debian Unstable package
AUR package
openSUSE games Tumbleweed package
Fedora Rawhide package
GNU Guix package
Void Linux x86_64 package

Development builds

Development builds are compiled every push to the repository by GitHub Actions:
Workflows

Compiling from source

Instructions on how to build the game from sources are available for the following environments:

Contributing

If you want to contribute to the project, see CONTRIBUTING.md.