FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
Go to file
Mike Pope 65e2398a54 Tighten gitignore around build files. 2022-05-01 12:49:10 +09:30
.github Testing automated development release. 2022-04-30 18:08:56 +02:00
bin Update more copyrights to 2022 2022-01-06 22:42:39 -06:00
build Stop ignoring all the build directory. 2022-05-01 12:44:54 +09:30
config Add missing jar to NetBeans project 2020-01-13 15:19:29 +01:00
data Fixes multiple issues with connections, multiplayer games and the meta server. Changes: 2022-04-30 11:05:01 +02:00
doc Bump doco version. 2022-05-01 12:27:59 +09:30
jars Add findbugs jar and link to build. 2019-03-26 20:52:52 +10:30
packaging Fixes a crash on Windows caused by low default memory (512MB). Increasing default memory to 2GB. This amount of memory is needed for the highest scaling+zoom level+map size. 2022-04-30 17:18:51 +02:00
schema Update Copyright Year to 2021. 2021-01-24 21:41:02 -06:00
src Bump version, at last. 2022-05-01 12:26:47 +09:30
srcdata Using the musket from the soldier, and shortening it, in order to create higher resolution versions of the musket. 2022-04-19 22:44:44 +02:00
test Fixes multiple issues with connections, multiplayer games and the meta server. Changes: 2022-04-30 11:05:01 +02:00
unused/resources Move unused alternative river images out of the data directory 2017-02-01 14:14:08 +01:00
www.freecol.org Changing SF-logo to https in order to avoid mixed content. 2022-04-26 08:39:18 +02:00
.gitignore Tighten gitignore around build files. 2022-05-01 12:49:10 +09:30
.travis.yml Use updated openjdk12 2019-12-08 00:50:42 -08:00
CHANGELOG.md Updating with Mike's release notes from the wiki. 2022-04-30 19:59:11 +02:00
LICENSE GNU GPL LICENSE file to meet Community standards. 2017-09-08 13:27:13 -07:00
README.md Testing server hook. 2022-04-27 22:13:34 +02:00
SECURITY.md Create SECURITY.md 2021-01-24 10:07:48 -06:00
build.xml Fixes a crash on Windows caused by low default memory (512MB). Increasing default memory to 2GB. This amount of memory is needed for the highest scaling+zoom level+map size. 2022-04-30 17:18:51 +02:00
freecol.iml configure directories for freecol.iml properly 2016-09-22 11:14:22 -05:00

README.md

FreeCol - Colonization Strategy Game

Weekly Downloads Total Downloads

Latest Release Latest Release Downloads

FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.

You start with only a few colonists defying the stormy seas in their search for new land. Will you guide them on the Colonization of a New World?

About FreeCol

Website: FreeCol.org

The FreeCol team aims to create an Open Source version of Colonization (released under the GPL). At first we'll try to make an exact clone of Colonization. The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new 'features' will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.

This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that we'll add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.

Once FreeCol 1.0.0 is finished we'll start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users') image of what Colonization 2 would have been.

Downloads

Supports Mac OS X, Windows, and Linux

Current stable release is 0.11.6, since this release, there has been a complete code overhaul over the last 2 years, and we are nearing a stable release (0.12.0)

The latest binary releases are created weekly and contain Mac OS X, Windows, and Linux installers.

Contributing

Ways you can contribute:

See doc/developer.tex for more details on contributing to the FreeCol project.

Building

Build the latest version of the code by running:

ant

Requires Java 9, Ant, and Java SDK to build.