Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
 
 
 
 
 
 
Go to file
Fiftytwo 0a95289f9f Update doc links in README 2023-08-28 23:31:44 +02:00
.github/workflows Update checkout and upload-artifact actions to node16 (#1610) 2023-08-24 23:25:32 +02:00
CBot Extracted CBot tools 2023-08-22 22:01:24 +02:00
cmake Updated SDL2 and SDL2_image library names 2023-02-06 17:07:02 +01:00
colobot-app Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
colobot-base Added StrUtils::RemoveComments() and used it instead of std::regex in parsing level commands 2023-08-23 16:56:15 +02:00
colobot-common Fix RemoveComments() 2023-08-24 18:45:16 +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
docs Fixed links 2023-08-22 23:29:08 +02:00
lib Merge branch 'dev' into dev-graphics-overhaul 2022-04-23 11:48:09 +02:00
po Update German translation (#1607) 2023-08-24 23:32:11 +02:00
scripts Renamed directory tools to scripts 2023-08-22 21:45:11 +02:00
test Fix RemoveComments() 2023-08-24 18:45:16 +02:00
tools Extracted CBot tools 2023-08-22 22:01:24 +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 Extracted CBot tools 2023-08-22 22:01:24 +02:00
CMakePresets.json Build CBot as static library instead 2023-08-15 14:11:05 +02:00
CONTRIBUTING.md Moved some documentation files to docs directory 2023-08-22 22:42:40 +02:00
Doxyfile.in Moved docimg to docs/images 2023-08-22 22:52:55 +02:00
INSTALL.md Moved some documentation files to docs directory 2023-08-22 22:42:40 +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.md Update doc links in README 2023-08-28 23:31:44 +02:00
vcpkg.json Removed remaining dependency on boost 2023-08-15 12:47:27 +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.