Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
 
 
Go to file
Tomasz Kapuściński 1034c2e45c Rewritten config to use JSON instead of INI 2023-08-15 12:02:51 +02:00
.github/workflows Updated CI pipeline build for MacOS 2023-08-13 22:36:13 +02:00
CBot Removed unused boost includes 2023-08-15 02:55:33 +02:00
cmake Updated SDL2 and SDL2_image library names 2023-02-06 17:07:02 +01:00
colobot-app Rewritten UTF-8 implementation using standard library 2023-08-14 21:46:05 +02:00
data@1759e5bd31 Update Russian translation () 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 () 2023-07-04 20:35:52 +02:00
src Rewritten config to use JSON instead of INI 2023-08-15 12:02:51 +02:00
test Rewritten config to use JSON instead of INI 2023-08-15 12:02:51 +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 Renamed colobot to colobot-app 2023-08-13 21:20:37 +02:00
CMakePresets.json Updated CI pipeline build for MacOS 2023-08-13 22:36:13 +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 () 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.