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
David Lewis 9da9213792 Use updated openjdk12 2019-12-08 00:50:42 -08:00
.travis Make script visible 2018-03-22 13:47:57 -07:00
bin Update additional dates to 2019 2019-01-07 22:56:51 -06:00
build Jarbundler update, build properly for Mac 2017-09-10 22:53:54 -07:00
config Experimentally boost minimum memory to 1G. 2018-08-19 14:11:20 +09:30
data Localisation updates from https://translatewiki.net. 2019-12-05 15:21:50 +01:00
doc Update additional dates to 2019 2019-01-07 22:56:51 -06:00
jars Add findbugs jar and link to build. 2019-03-26 20:52:52 +10:30
packaging Bump copyright year. 2019-01-07 19:59:49 +10:30
schema New StringTemplate serialization format. 2019-03-10 10:09:28 +10:30
src Defend against NPE in ColorCellRenderer. 2019-05-14 07:55:03 +09:30
srcdata Add modified source images for newer colonies, sent by Stian Grenborgen on mailing list 2017-02-18 16:51:30 +01:00
test Simplify ResourceManager, dropping special mappings. 2019-04-25 14:41:42 +09:30
unused/resources Move unused alternative river images out of the data directory 2017-02-01 14:14:08 +01:00
www.freecol.org Update branch description and add GitHub mirror to git.html 2019-12-07 16:54:08 +01:00
.gitignore Add Travis CI Build Status and YAML 2017-08-09 14:43:05 -07:00
.travis.yml Use updated openjdk12 2019-12-08 00:50:42 -08:00
CHANGELOG.md Changelog for 0.11.5. Add status badges to README 2017-09-19 13:34:47 -07:00
LICENSE GNU GPL LICENSE file to meet Community standards. 2017-09-08 13:27:13 -07:00
README.md Updating README with info, releases, links... 2017-10-14 12:01:03 -07:00
build.xml Add findbugs jar and link to build. 2019-03-26 20:52:52 +10:30
freecol.iml configure directories for freecol.iml properly 2016-09-22 11:14:22 -05:00

README.md

FreeCol - Colonization Strategy Game

Build Status 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 8, Ant, and Java SDK to build.